Html Css Color HEX #B16404 Golden Brown

📋 copy color: '#B16404'

red 177 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #B16404

Tints of Golden Brown #B16404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 62.99%
G = 35.59%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16404 (or 0xB16404) is known color: Golden Brown. HEX triplet: B1, 64 and 04. RGB value is (177,100,4). Sum of RGB (Red+Green+Blue) = 177+100+4=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16404 is #4E9BFB. Grayscale: #707070. Windows color (decimal): -5151740 or 287921. OLE color: 287921.

HSL color Cylindrical-coordinate representation of color #B16404: hue angle of 33.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B16404 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 4 -
CMYK 0 0.44 0.98 0.31
HSL 33.29º 0.96% 0.35% -
HSV(B) 33.29º 0.98% 0.69% -
XYZ 22.71 18.47 2.48 -
YUV 112.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 177 100 4 0 0.44 0.98 0.31 33.29 0.96 0.35
Hex B1 64 4 0 2C 62 1F 21 60 23
Octal 261 144 4 0 54 142 37 41 140 43
Binary 10110001 1100100 100 0 101100 1100010 11111 100001 1100000 100011

Color Harmonies of #B16404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16404

Black with #B16404

Text Example


Text Example

White with #B16404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16404; }

 p { color: rgb(177,100,4); }

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

background-color css

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

 a { background-color: rgb(177,100,4); }

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

border-color css

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

 span { border-color: rgb(177,100,4); }

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