Html Css Color HEX #B16017 Golden Brown

📋 copy color: '#B16017'

red 177 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #B16017

Tints of Golden Brown #B16017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 59.8%
G = 32.43%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B16017 (or 0xB16017) is known color: Golden Brown. HEX triplet: B1, 60 and 17. RGB value is (177,96,23). Sum of RGB (Red+Green+Blue) = 177+96+23=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16017 is #4E9FE8. Grayscale: #707070. Windows color (decimal): -5152745 or 1532081. OLE color: 1532081.

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

Color convert

RGB 177 96 23 -
CMYK 0 0.46 0.87 0.31
HSL 28.44º 0.77% 0.39% -
HSV(B) 28.44º 0.87% 0.69% -
XYZ 22.47 17.77 3.06 -
YUV 111.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 177 96 23 0 0.46 0.87 0.31 28.44 0.77 0.39
Hex B1 60 17 0 2E 57 1F 1C 4D 27
Octal 261 140 27 0 56 127 37 34 115 47
Binary 10110001 1100000 10111 0 101110 1010111 11111 11100 1001101 100111

Color Harmonies of #B16017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16017

Black with #B16017

Text Example


Text Example

White with #B16017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16017; }

 p { color: rgb(177,96,23); }

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

background-color css

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

 a { background-color: rgb(177,96,23); }

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

border-color css

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

 span { border-color: rgb(177,96,23); }

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