Html Css Color HEX #B06F12 Golden Brown

📋 copy color: '#B06F12'

red 176 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #B06F12

Tints of Golden Brown #B06F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

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

R = 57.7%
G = 36.39%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06F12 (or 0xB06F12) is known color: Golden Brown. HEX triplet: B0, 6F and 12. RGB value is (176,111,18). Sum of RGB (Red+Green+Blue) = 176+111+18=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F12 is #4F90ED. Grayscale: #787878. Windows color (decimal): -5214446 or 1208240. OLE color: 1208240.

HSL color Cylindrical-coordinate representation of color #B06F12: hue angle of 35.32º 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 #B06F12 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 18 -
CMYK 0 0.37 0.90 0.31
HSL 35.32º 0.81% 0.38% -
HSV(B) 35.32º 0.9% 0.69% -
XYZ 23.7 20.64 3.31 -
YUV 119.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 176 111 18 0 0.37 0.90 0.31 35.32 0.81 0.38
Hex B0 6F 12 0 25 5A 1F 23 51 26
Octal 260 157 22 0 45 132 37 43 121 46
Binary 10110000 1101111 10010 0 100101 1011010 11111 100011 1010001 100110

Color Harmonies of #B06F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F12

Black with #B06F12

Text Example


Text Example

White with #B06F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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