Html Css Color HEX #B16516 Golden Brown

📋 copy color: '#B16516'

red 177 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #B16516

Tints of Golden Brown #B16516

RGB

 RED value IS 177 (69.53% from 255) = 59%

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

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

R = 59%
G = 33.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B16516 (or 0xB16516) is known color: Golden Brown. HEX triplet: B1, 65 and 16. RGB value is (177,101,22). Sum of RGB (Red+Green+Blue) = 177+101+22=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16516 is #4E9AE9. Grayscale: #737373. Windows color (decimal): -5151466 or 1467825. OLE color: 1467825.

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

Color convert

RGB 177 101 22 -
CMYK 0 0.43 0.88 0.31
HSL 30.58º 0.78% 0.39% -
HSV(B) 30.58º 0.88% 0.69% -
XYZ 22.93 18.71 3.16 -
YUV 114.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 177 101 22 0 0.43 0.88 0.31 30.58 0.78 0.39
Hex B1 65 16 0 2B 58 1F 1F 4E 27
Octal 261 145 26 0 53 130 37 37 116 47
Binary 10110001 1100101 10110 0 101011 1011000 11111 11111 1001110 100111

Color Harmonies of #B16516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16516

Black with #B16516

Text Example


Text Example

White with #B16516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16516; }

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

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

background-color css

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

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

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

border-color css

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

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

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