Html Css Color HEX #B06412 Golden Brown

📋 copy color: '#B06412'

red 176 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #B06412

Tints of Golden Brown #B06412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 59.86%
G = 34.01%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06412 (or 0xB06412) is known color: Golden Brown. HEX triplet: B0, 64 and 12. RGB value is (176,100,18). Sum of RGB (Red+Green+Blue) = 176+100+18=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B06412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06412 is #4F9BED. Grayscale: #717171. Windows color (decimal): -5217262 or 1205424. OLE color: 1205424.

HSL color Cylindrical-coordinate representation of color #B06412: hue angle of 31.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06412 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 18 -
CMYK 0 0.43 0.90 0.31
HSL 31.14º 0.81% 0.38% -
HSV(B) 31.14º 0.9% 0.69% -
XYZ 22.57 18.39 2.93 -
YUV 113.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 176 100 18 0 0.43 0.90 0.31 31.14 0.81 0.38
Hex B0 64 12 0 2B 5A 1F 1F 51 26
Octal 260 144 22 0 53 132 37 37 121 46
Binary 10110000 1100100 10010 0 101011 1011010 11111 11111 1010001 100110

Color Harmonies of #B06412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06412

Black with #B06412

Text Example


Text Example

White with #B06412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06412; }

 p { color: rgb(176,100,18); }

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

background-color css

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

 a { background-color: rgb(176,100,18); }

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

border-color css

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

 span { border-color: rgb(176,100,18); }

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