Html Css Color HEX #B07011 Golden Brown

📋 copy color: '#B07011'

red 176 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #B07011

Tints of Golden Brown #B07011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 57.7%
G = 36.72%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07011 (or 0xB07011) is known color: Golden Brown. HEX triplet: B0, 70 and 11. RGB value is (176,112,17). Sum of RGB (Red+Green+Blue) = 176+112+17=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B07011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07011 is #4F8FEE. Grayscale: #787878. Windows color (decimal): -5214191 or 1142960. OLE color: 1142960.

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

Color convert

RGB 176 112 17 -
CMYK 0 0.36 0.90 0.31
HSL 35.85º 0.82% 0.38% -
HSV(B) 35.85º 0.9% 0.69% -
XYZ 23.8 20.86 3.3 -
YUV 120.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 176 112 17 0 0.36 0.90 0.31 35.85 0.82 0.38
Hex B0 70 11 0 24 5A 1F 24 52 26
Octal 260 160 21 0 44 132 37 44 122 46
Binary 10110000 1110000 10001 0 100100 1011010 11111 100100 1010010 100110

Color Harmonies of #B07011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07011

Black with #B07011

Text Example


Text Example

White with #B07011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07011; }

 p { color: rgb(176,112,17); }

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

background-color css

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

 a { background-color: rgb(176,112,17); }

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

border-color css

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

 span { border-color: rgb(176,112,17); }

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