Html Css Color HEX #B36516 Golden Brown

📋 copy color: '#B36516'

red 179 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #B36516

Tints of Golden Brown #B36516

RGB

 RED value IS 179 (70.31% from 255) = 59.27%

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 59.27%
G = 33.44%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B36516 (or 0xB36516) is known color: Golden Brown. HEX triplet: B3, 65 and 16. RGB value is (179,101,22). Sum of RGB (Red+Green+Blue) = 179+101+22=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B36516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36516 is #4C9AE9. Grayscale: #737373. Windows color (decimal): -5020394 or 1467827. OLE color: 1467827.

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

Color convert

RGB 179 101 22 -
CMYK 0 0.44 0.88 0.30
HSL 30.19º 0.78% 0.39% -
HSV(B) 30.19º 0.88% 0.7% -
XYZ 23.39 18.95 3.18 -
YUV 115.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 179 101 22 0 0.44 0.88 0.30 30.19 0.78 0.39
Hex B3 65 16 0 2C 58 1E 1E 4E 27
Octal 263 145 26 0 54 130 36 36 116 47
Binary 10110011 1100101 10110 0 101100 1011000 11110 11110 1001110 100111

Color Harmonies of #B36516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36516

Black with #B36516

Text Example


Text Example

White with #B36516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36516; }

 p { color: rgb(179,101,22); }

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

background-color css

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

 a { background-color: rgb(179,101,22); }

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

border-color css

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

 span { border-color: rgb(179,101,22); }

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