#BD8A00

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

Shades of Dark Goldenrod #BD8A00

Tints of Dark Goldenrod #BD8A00

Color information

#BD8A00 (or 0xBD8A00) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8A and 00. RGB value is (189,138,0). Sum of RGB (Red+Green+Blue) = 189+138+0=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8A00 is #4275FF. Grayscale: #8A8A8A. Windows color (decimal): -4355584 or 35517. OLE color: 35517.

HSL color Cylindrical-coordinate representation of color #BD8A00: hue angle of 43.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD8A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891380-
CMYK00.2710.26
HSL43.81º100%37.06%-
HSV(B)43.81º100%74.12%-
XYZ30.07294.01-
YUV137.5250.4164.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.80%
G=42.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189138000.2710.2643.8110037.06
HexBD8A001B641A2c6425
Octal2752120033144325414445
Binary101111011000101000110111100100110101011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A00; }

 p { color: rgb(189,138,0); }

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

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

 a { background-color: rgb(189,138,0); }

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

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

 span { border-color: rgb(189,138,0); }

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