#B06705

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

Shades of Golden Brown #B06705

Tints of Golden Brown #B06705

Color information

#B06705 (or 0xB06705) is unknown color: approx Golden Brown. HEX triplet: B0, 67 and 05. RGB value is (176,103,5). Sum of RGB (Red+Green+Blue) = 176+103+5=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B06705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06705 is #4F98FA. Grayscale: #727272. Windows color (decimal): -5216507 or 354224. OLE color: 354224.

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

Color convert

RGB1761035-
CMYK00.410.970.31
HSL34.39º94.48%35.49%-
HSV(B)34.39º97.16%69.02%-
XYZ22.7818.942.6-
YUV113.6566.68172.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.97%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=61.97%
G=36.27%
B=1.76%

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
Decimal176103500.410.970.3134.3994.4835.49
HexB0675029611F225e23
Octal2601475051141374213643
Binary10110000110011110101010011100001111111000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06705; }

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

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

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

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

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

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

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

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