Html Css Color HEX #B06012 Golden Brown

📋 copy color: '#B06012'

red 176 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #B06012

Tints of Golden Brown #B06012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

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

R = 60.69%
G = 33.1%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06012 (or 0xB06012) is known color: Golden Brown. HEX triplet: B0, 60 and 12. RGB value is (176,96,18). Sum of RGB (Red+Green+Blue) = 176+96+18=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B06012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06012 is #4F9FED. Grayscale: #6F6F6F. Windows color (decimal): -5218286 or 1204400. OLE color: 1204400.

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

Color convert

RGB 176 96 18 -
CMYK 0 0.45 0.90 0.31
HSL 29.62º 0.81% 0.38% -
HSV(B) 29.62º 0.9% 0.69% -
XYZ 22.2 17.64 2.81 -
YUV 111.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 176 96 18 0 0.45 0.90 0.31 29.62 0.81 0.38
Hex B0 60 12 0 2D 5A 1F 1E 51 26
Octal 260 140 22 0 55 132 37 36 121 46
Binary 10110000 1100000 10010 0 101101 1011010 11111 11110 1010001 100110

Color Harmonies of #B06012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06012

Black with #B06012

Text Example


Text Example

White with #B06012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06012; }

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

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

background-color css

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

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

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

border-color css

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

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

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