Html Css Color HEX #B0613A Tuscany

📋 copy color: '#B0613A'

red 176 ◦ green 97 ◦ blue 58

#B0613A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #B0613A

Tints of Tuscany #B0613A

RGB

 RED value IS 176 (69.14% from 255) = 53.17%

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 53.17%
G = 29.31%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0613A (or 0xB0613A) is known color: Tuscany. HEX triplet: B0, 61 and 3A. RGB value is (176,97,58). Sum of RGB (Red+Green+Blue) = 176+97+58=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0613A is #4F9EC5. Grayscale: #747474. Windows color (decimal): -5217990 or 3826096. OLE color: 3826096.

HSL color Cylindrical-coordinate representation of color #B0613A: hue angle of 19.83º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0613A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 58 -
CMYK 0 0.45 0.67 0.31
HSL 19.83º 0.5% 0.46% -
HSV(B) 19.83º 0.67% 0.69% -
XYZ 22.94 18.08 6.28 -
YUV 116.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 176 97 58 0 0.45 0.67 0.31 19.83 0.5 0.46
Hex B0 61 3A 0 2D 43 1F 14 32 2E
Octal 260 141 72 0 55 103 37 24 62 56
Binary 10110000 1100001 111010 0 101101 1000011 11111 10100 110010 101110

Color Harmonies of #B0613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0613A

Black with #B0613A

Text Example


Text Example

White with #B0613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0613A; }

 p { color: rgb(176,97,58); }

 H1.HeaderClassName
 {
   color: #B0613A;
 }
 .AnyTagClassName
 {
   color: #B0613A;
 }
</style>

background-color css

<style>
 a { background-color: #B0613A; }

 a { background-color: rgb(176,97,58); }

 div.DivClassName
 {
   background-color: #B0613A;
 }
 .BgClassName
 {
   background-color: #B0613A;
 }
</style>

border-color css

<style>
 span { border-color: #B0613A; }

 span { border-color: rgb(176,97,58); }

 td.TdClassName
 {
   border-color: #B0613A;
 }
 .TagClassName
 {
   border-color: #B0613A;
 }
</style>