Html Css Color HEX #B16604 Golden Brown

📋 copy color: '#B16604'

red 177 ◦ green 102 ◦ blue 4

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

Shades of Golden Brown #B16604

Tints of Golden Brown #B16604

RGB

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

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

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

R = 62.54%
G = 36.04%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16604 (or 0xB16604) is known color: Golden Brown. HEX triplet: B1, 66 and 04. RGB value is (177,102,4). Sum of RGB (Red+Green+Blue) = 177+102+4=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B16604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16604 is #4E99FB. Grayscale: #717171. Windows color (decimal): -5151228 or 288433. OLE color: 288433.

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

Color convert

RGB 177 102 4 -
CMYK 0 0.42 0.98 0.31
HSL 33.99º 0.96% 0.35% -
HSV(B) 33.99º 0.98% 0.69% -
XYZ 22.9 18.86 2.55 -
YUV 113.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 177 102 4 0 0.42 0.98 0.31 33.99 0.96 0.35
Hex B1 66 4 0 2A 62 1F 22 60 23
Octal 261 146 4 0 52 142 37 42 140 43
Binary 10110001 1100110 100 0 101010 1100010 11111 100010 1100000 100011

Color Harmonies of #B16604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16604

Black with #B16604

Text Example


Text Example

White with #B16604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16604; }

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

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

background-color css

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

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

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

border-color css

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

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

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