#B06402

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

Shades of Golden Brown #B06402

Tints of Golden Brown #B06402

Color information

#B06402 (or 0xB06402) is unknown color: approx Golden Brown. HEX triplet: B0, 64 and 02. RGB value is (176,100,2). Sum of RGB (Red+Green+Blue) = 176+100+2=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B06402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06402 is #4F9BFD. Grayscale: #707070. Windows color (decimal): -5217278 or 156848. OLE color: 156848.

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

Color convert

RGB1761002-
CMYK00.430.990.31
HSL33.79º97.75%34.9%-
HSV(B)33.79º98.86%69.02%-
XYZ22.4718.352.41-
YUV111.5566.18173.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.31%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=63.31%
G=35.97%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176100200.430.990.3133.7997.7534.9
HexB064202B631F226223
Octal2601442053143374214243
Binary1011000011001001001010111100011111111000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06402; }

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

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

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

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

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

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

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

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