Html Css Color HEX #B16205 Golden Brown

📋 copy color: '#B16205'

red 177 ◦ green 98 ◦ blue 5

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

Shades of Golden Brown #B16205

Tints of Golden Brown #B16205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 63.21%
G = 35%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B16205 (or 0xB16205) is known color: Golden Brown. HEX triplet: B1, 62 and 05. RGB value is (177,98,5). Sum of RGB (Red+Green+Blue) = 177+98+5=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B16205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16205 is #4E9DFA. Grayscale: #6F6F6F. Windows color (decimal): -5152251 or 352945. OLE color: 352945.

HSL color Cylindrical-coordinate representation of color #B16205: hue angle of 32.44º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B16205 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 5 -
CMYK 0 0.45 0.97 0.31
HSL 32.44º 0.95% 0.36% -
HSV(B) 32.44º 0.97% 0.69% -
XYZ 22.53 18.09 2.45 -
YUV 111.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 177 98 5 0 0.45 0.97 0.31 32.44 0.95 0.36
Hex B1 62 5 0 2D 61 1F 20 5F 24
Octal 261 142 5 0 55 141 37 40 137 44
Binary 10110001 1100010 101 0 101101 1100001 11111 100000 1011111 100100

Color Harmonies of #B16205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16205

Black with #B16205

Text Example


Text Example

White with #B16205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16205; }

 p { color: rgb(177,98,5); }

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

background-color css

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

 a { background-color: rgb(177,98,5); }

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

border-color css

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

 span { border-color: rgb(177,98,5); }

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