#B06602

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

Shades of Golden Brown #B06602

Tints of Golden Brown #B06602

Color information

#B06602 (or 0xB06602) is unknown color: approx Golden Brown. HEX triplet: B0, 66 and 02. RGB value is (176,102,2). Sum of RGB (Red+Green+Blue) = 176+102+2=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B06602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06602 is #4F99FD. Grayscale: #717171. Windows color (decimal): -5216766 or 157360. OLE color: 157360.

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

Color convert

RGB1761022-
CMYK00.420.990.31
HSL34.48º97.75%34.9%-
HSV(B)34.48º98.86%69.02%-
XYZ22.6718.742.48-
YUV112.7365.52173.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=62.86%
G=36.43%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176102200.420.990.3134.4897.7534.9
HexB066202A631F226223
Octal2601462052143374214243
Binary1011000011001101001010101100011111111000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06602; }

 p { color: rgb(176,102,2); }

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

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

 a { background-color: rgb(176,102,2); }

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

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

 span { border-color: rgb(176,102,2); }

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