Html Css Color HEX #B16104 Golden Brown

📋 copy color: '#B16104'

red 177 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #B16104

Tints of Golden Brown #B16104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 63.67%
G = 34.89%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16104 (or 0xB16104) is known color: Golden Brown. HEX triplet: B1, 61 and 04. RGB value is (177,97,4). Sum of RGB (Red+Green+Blue) = 177+97+4=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B16104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16104 is #4E9EFB. Grayscale: #6E6E6E. Windows color (decimal): -5152508 or 287153. OLE color: 287153.

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

Color convert

RGB 177 97 4 -
CMYK 0 0.45 0.98 0.31
HSL 32.25º 0.96% 0.35% -
HSV(B) 32.25º 0.98% 0.69% -
XYZ 22.43 17.91 2.39 -
YUV 110.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 177 97 4 0 0.45 0.98 0.31 32.25 0.96 0.35
Hex B1 61 4 0 2D 62 1F 20 60 23
Octal 261 141 4 0 55 142 37 40 140 43
Binary 10110001 1100001 100 0 101101 1100010 11111 100000 1100000 100011

Color Harmonies of #B16104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16104

Black with #B16104

Text Example


Text Example

White with #B16104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16104; }

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

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

background-color css

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

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

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

border-color css

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

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

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