Html Css Color HEX #B16006 Golden Brown

📋 copy color: '#B16006'

red 177 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #B16006

Tints of Golden Brown #B16006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 63.44%
G = 34.41%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B16006 (or 0xB16006) is known color: Golden Brown. HEX triplet: B1, 60 and 06. RGB value is (177,96,6). Sum of RGB (Red+Green+Blue) = 177+96+6=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B16006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16006 is #4E9FF9. Grayscale: #6E6E6E. Windows color (decimal): -5152762 or 417969. OLE color: 417969.

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

Color convert

RGB 177 96 6 -
CMYK 0 0.46 0.97 0.31
HSL 31.58º 0.93% 0.36% -
HSV(B) 31.58º 0.97% 0.69% -
XYZ 22.35 17.73 2.42 -
YUV 109.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 177 96 6 0 0.46 0.97 0.31 31.58 0.93 0.36
Hex B1 60 6 0 2E 61 1F 20 5D 24
Octal 261 140 6 0 56 141 37 40 135 44
Binary 10110001 1100000 110 0 101110 1100001 11111 100000 1011101 100100

Color Harmonies of #B16006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16006

Black with #B16006

Text Example


Text Example

White with #B16006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16006; }

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

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

background-color css

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

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

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

border-color css

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

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

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