#B89C00

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

Shades of Dark Goldenrod #B89C00

Tints of Dark Goldenrod #B89C00

Color information

#B89C00 (or 0xB89C00) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 9C and 00. RGB value is (184,156,0). Sum of RGB (Red+Green+Blue) = 184+156+0=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C00 is #4763FF. Grayscale: #939393. Windows color (decimal): -4678656 or 40120. OLE color: 40120.

HSL color Cylindrical-coordinate representation of color #B89C00: hue angle of 50.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B89C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1841560-
CMYK00.1510.28
HSL50.87º100%36.08%-
HSV(B)50.87º100%72.16%-
XYZ31.6633.974.89-
YUV146.5945.28154.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 156 (61.33% from 255) = 45.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.12%
G=45.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184156000.1510.2850.8710036.08
HexB89C00F641C336424
Octal2702340017144346314444
Binary10111000100111000011111100100111001100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C00; }

 p { color: rgb(184,156,0); }

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

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

 a { background-color: rgb(184,156,0); }

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

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

 span { border-color: rgb(184,156,0); }

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