Html Css Color HEX #B16005 Golden Brown

📋 copy color: '#B16005'

red 177 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #B16005

Tints of Golden Brown #B16005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 63.67%
G = 34.53%
B = 1.8%

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

#B16005 (or 0xB16005) is known color: Golden Brown. HEX triplet: B1, 60 and 05. RGB value is (177,96,5). Sum of RGB (Red+Green+Blue) = 177+96+5=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B16005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16005 is #4E9FFA. Grayscale: #6E6E6E. Windows color (decimal): -5152763 or 352433. OLE color: 352433.

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

Color convert

RGB 177 96 5 -
CMYK 0 0.46 0.97 0.31
HSL 31.74º 0.95% 0.36% -
HSV(B) 31.74º 0.97% 0.69% -
XYZ 22.34 17.72 2.39 -
YUV 109.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 177 96 5 0 0.46 0.97 0.31 31.74 0.95 0.36
Hex B1 60 5 0 2E 61 1F 20 5F 24
Octal 261 140 5 0 56 141 37 40 137 44
Binary 10110001 1100000 101 0 101110 1100001 11111 100000 1011111 100100

Color Harmonies of #B16005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16005

Black with #B16005

Text Example


Text Example

White with #B16005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16005; }

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

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

background-color css

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

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

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

border-color css

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

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

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