Html Css Color HEX #B16717 Golden Brown

📋 copy color: '#B16717'

red 177 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #B16717

Tints of Golden Brown #B16717

RGB

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

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

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

R = 58.42%
G = 33.99%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B16717 (or 0xB16717) is known color: Golden Brown. HEX triplet: B1, 67 and 17. RGB value is (177,103,23). Sum of RGB (Red+Green+Blue) = 177+103+23=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16717 is #4E98E8. Grayscale: #747474. Windows color (decimal): -5150953 or 1533873. OLE color: 1533873.

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

Color convert

RGB 177 103 23 -
CMYK 0 0.42 0.87 0.31
HSL 31.17º 0.77% 0.39% -
HSV(B) 31.17º 0.87% 0.69% -
XYZ 23.14 19.11 3.28 -
YUV 116.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 177 103 23 0 0.42 0.87 0.31 31.17 0.77 0.39
Hex B1 67 17 0 2A 57 1F 1F 4D 27
Octal 261 147 27 0 52 127 37 37 115 47
Binary 10110001 1100111 10111 0 101010 1010111 11111 11111 1001101 100111

Color Harmonies of #B16717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16717

Black with #B16717

Text Example


Text Example

White with #B16717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16717; }

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

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

background-color css

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

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

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

border-color css

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

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

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