#B06000

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

Shades of Golden Brown #B06000

Tints of Golden Brown #B06000

Color information

#B06000 (or 0xB06000) is unknown color: approx Golden Brown. HEX triplet: B0, 60 and 00. RGB value is (176,96,0). Sum of RGB (Red+Green+Blue) = 176+96+0=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B06000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06000 is #4F9FFF. Grayscale: #6D6D6D. Windows color (decimal): -5218304 or 24752. OLE color: 24752.

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

Color convert

RGB176960-
CMYK00.4510.31
HSL32.73º100%34.51%-
HSV(B)32.73º100%69.02%-
XYZ22.0917.62.23-
YUV108.9866.5175.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.71%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17696000.4510.3132.7310034.51
HexB060002D641F216423
Octal2601400055144374114443
Binary101100001100000001011011100100111111000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06000; }

 p { color: rgb(176,96,0); }

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

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

 a { background-color: rgb(176,96,0); }

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

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

 span { border-color: rgb(176,96,0); }

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