#B2860B

Color #B2860B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B2860B

Tints of Dark Goldenrod #B2860B

Color information

#B2860B (or 0xB2860B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 86 and 0B. RGB value is (178,134,11). Sum of RGB (Red+Green+Blue) = 178+134+11=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2860B is #4D79F4. Grayscale: #858585. Windows color (decimal): -5077493 or 755378. OLE color: 755378.

HSL color Cylindrical-coordinate representation of color #B2860B: hue angle of 44.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2860B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17813411-
CMYK00.250.940.30
HSL44.19º88.36%37.06%-
HSV(B)44.19º93.82%69.8%-
XYZ26.9526.544.02-
YUV133.1359.08160-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 11 (4.69% from 255) = 3.41%
R=55.11%
G=41.49%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781341100.250.940.3044.1988.3637.06
HexB286B0195E1E2c5825
Octal26220613031136365413045
Binary101100101000011010110110011011110111101011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2860B; }

 p { color: rgb(178,134,11); }

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

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

 a { background-color: rgb(178,134,11); }

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

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

 span { border-color: rgb(178,134,11); }

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