Html Css Color HEX #B16617 Golden Brown

📋 copy color: '#B16617'

red 177 ◦ green 102 ◦ blue 23

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

Shades of Golden Brown #B16617

Tints of Golden Brown #B16617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 58.61%
G = 33.77%
B = 7.62%

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

#B16617 (or 0xB16617) is known color: Golden Brown. HEX triplet: B1, 66 and 17. RGB value is (177,102,23). Sum of RGB (Red+Green+Blue) = 177+102+23=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16617 is #4E99E8. Grayscale: #737373. Windows color (decimal): -5151209 or 1533617. OLE color: 1533617.

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

Color convert

RGB 177 102 23 -
CMYK 0 0.42 0.87 0.31
HSL 30.78º 0.77% 0.39% -
HSV(B) 30.78º 0.87% 0.69% -
XYZ 23.04 18.91 3.25 -
YUV 115.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 177 102 23 0 0.42 0.87 0.31 30.78 0.77 0.39
Hex B1 66 17 0 2A 57 1F 1F 4D 27
Octal 261 146 27 0 52 127 37 37 115 47
Binary 10110001 1100110 10111 0 101010 1010111 11111 11111 1001101 100111

Color Harmonies of #B16617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16617

Black with #B16617

Text Example


Text Example

White with #B16617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16617; }

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

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

background-color css

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

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

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

border-color css

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

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

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