Html Css Color HEX #B16004 Golden Brown

📋 copy color: '#B16004'

red 177 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #B16004

Tints of Golden Brown #B16004

RGB

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

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

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

R = 63.9%
G = 34.66%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16004 (or 0xB16004) is known color: Golden Brown. HEX triplet: B1, 60 and 04. RGB value is (177,96,4). Sum of RGB (Red+Green+Blue) = 177+96+4=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B16004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16004 is #4E9FFB. Grayscale: #6E6E6E. Windows color (decimal): -5152764 or 286897. OLE color: 286897.

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

Color convert

RGB 177 96 4 -
CMYK 0 0.46 0.98 0.31
HSL 31.91º 0.96% 0.35% -
HSV(B) 31.91º 0.98% 0.69% -
XYZ 22.34 17.72 2.36 -
YUV 109.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 177 96 4 0 0.46 0.98 0.31 31.91 0.96 0.35
Hex B1 60 4 0 2E 62 1F 20 60 23
Octal 261 140 4 0 56 142 37 40 140 43
Binary 10110001 1100000 100 0 101110 1100010 11111 100000 1100000 100011

Color Harmonies of #B16004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16004

Black with #B16004

Text Example


Text Example

White with #B16004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16004; }

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

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

background-color css

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

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

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

border-color css

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

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

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