Html Css Color HEX #B16716 Golden Brown

📋 copy color: '#B16716'

red 177 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #B16716

Tints of Golden Brown #B16716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 58.61%
G = 34.11%
B = 7.28%

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

#B16716 (or 0xB16716) is known color: Golden Brown. HEX triplet: B1, 67 and 16. RGB value is (177,103,22). Sum of RGB (Red+Green+Blue) = 177+103+22=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16716 is #4E98E9. Grayscale: #747474. Windows color (decimal): -5150954 or 1468337. OLE color: 1468337.

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

Color convert

RGB 177 103 22 -
CMYK 0 0.42 0.88 0.31
HSL 31.35º 0.78% 0.39% -
HSV(B) 31.35º 0.88% 0.69% -
XYZ 23.13 19.11 3.23 -
YUV 115.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 177 103 22 0 0.42 0.88 0.31 31.35 0.78 0.39
Hex B1 67 16 0 2A 58 1F 1F 4E 27
Octal 261 147 26 0 52 130 37 37 116 47
Binary 10110001 1100111 10110 0 101010 1011000 11111 11111 1001110 100111

Color Harmonies of #B16716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16716

Black with #B16716

Text Example


Text Example

White with #B16716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16716; }

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

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

background-color css

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

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

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

border-color css

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

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

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