#B06805

Color #B06805 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B06805

Tints of Golden Brown #B06805

Color information

#B06805 (or 0xB06805) is unknown color: approx Golden Brown. HEX triplet: B0, 68 and 05. RGB value is (176,104,5). Sum of RGB (Red+Green+Blue) = 176+104+5=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06805 is #4F97FA. Grayscale: #727272. Windows color (decimal): -5216251 or 354480. OLE color: 354480.

HSL color Cylindrical-coordinate representation of color #B06805: hue angle of 34.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B06805 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761045-
CMYK00.410.970.31
HSL34.74º94.48%35.49%-
HSV(B)34.74º97.16%69.02%-
XYZ22.8819.142.63-
YUV114.2466.35172.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=61.75%
G=36.49%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176104500.410.970.3134.7494.4835.49
HexB0685029611F235e23
Octal2601505051141374313643
Binary10110000110100010101010011100001111111000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06805; }

 p { color: rgb(176,104,5); }

 H1.HeaderClassName
 {
   color: #B06805;
 }
 .AnyTagClassName
 {
   color: #B06805;
 }
</style>
background-color css

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

 a { background-color: rgb(176,104,5); }

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

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

 span { border-color: rgb(176,104,5); }

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