Html Css Color HEX #B16915 Golden Brown

📋 copy color: '#B16915'

red 177 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #B16915

Tints of Golden Brown #B16915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 58.42%
G = 34.65%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B16915 (or 0xB16915) is known color: Golden Brown. HEX triplet: B1, 69 and 15. RGB value is (177,105,21). Sum of RGB (Red+Green+Blue) = 177+105+21=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16915 is #4E96EA. Grayscale: #757575. Windows color (decimal): -5150443 or 1403313. OLE color: 1403313.

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

Color convert

RGB 177 105 21 -
CMYK 0 0.41 0.88 0.31
HSL 32.31º 0.79% 0.39% -
HSV(B) 32.31º 0.88% 0.69% -
XYZ 23.32 19.5 3.25 -
YUV 116.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 177 105 21 0 0.41 0.88 0.31 32.31 0.79 0.39
Hex B1 69 15 0 29 58 1F 20 4F 27
Octal 261 151 25 0 51 130 37 40 117 47
Binary 10110001 1101001 10101 0 101001 1011000 11111 100000 1001111 100111

Color Harmonies of #B16915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16915

Black with #B16915

Text Example


Text Example

White with #B16915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16915; }

 p { color: rgb(177,105,21); }

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

background-color css

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

 a { background-color: rgb(177,105,21); }

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

border-color css

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

 span { border-color: rgb(177,105,21); }

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