#B89400

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

Shades of Dark Goldenrod #B89400

Tints of Dark Goldenrod #B89400

Color information

#B89400 (or 0xB89400) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 94 and 00. RGB value is (184,148,0). Sum of RGB (Red+Green+Blue) = 184+148+0=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B89400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89400 is #476BFF. Grayscale: #8E8E8E. Windows color (decimal): -4680704 or 38072. OLE color: 38072.

HSL color Cylindrical-coordinate representation of color #B89400: hue angle of 48.26º 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 #B89400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1841480-
CMYK00.2010.28
HSL48.26º100%36.08%-
HSV(B)48.26º100%72.16%-
XYZ30.3631.374.46-
YUV141.8947.93158.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.42%
G=44.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184148000.2010.2848.2610036.08
HexB8940014641C306424
Octal2702240024144346014444
Binary101110001001010000101001100100111001100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89400; }

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

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

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

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

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

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

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

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