Html Css Color HEX #B06616 Golden Brown

📋 copy color: '#B06616'

red 176 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #B06616

Tints of Golden Brown #B06616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 58.67%
G = 34%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B06616 (or 0xB06616) is known color: Golden Brown. HEX triplet: B0, 66 and 16. RGB value is (176,102,22). Sum of RGB (Red+Green+Blue) = 176+102+22=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B06616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06616 is #4F99E9. Grayscale: #737373. Windows color (decimal): -5216746 or 1468080. OLE color: 1468080.

HSL color Cylindrical-coordinate representation of color #B06616: hue angle of 31.17º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B06616 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 22 -
CMYK 0 0.42 0.88 0.31
HSL 31.17º 0.78% 0.39% -
HSV(B) 31.17º 0.88% 0.69% -
XYZ 22.8 18.79 3.18 -
YUV 115.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 176 102 22 0 0.42 0.88 0.31 31.17 0.78 0.39
Hex B0 66 16 0 2A 58 1F 1F 4E 27
Octal 260 146 26 0 52 130 37 37 116 47
Binary 10110000 1100110 10110 0 101010 1011000 11111 11111 1001110 100111

Color Harmonies of #B06616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06616

Black with #B06616

Text Example


Text Example

White with #B06616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06616; }

 p { color: rgb(176,102,22); }

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

background-color css

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

 a { background-color: rgb(176,102,22); }

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

border-color css

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

 span { border-color: rgb(176,102,22); }

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