#BD8B00

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

Shades of Dark Goldenrod #BD8B00

Tints of Dark Goldenrod #BD8B00

Color information

#BD8B00 (or 0xBD8B00) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8B and 00. RGB value is (189,139,0). Sum of RGB (Red+Green+Blue) = 189+139+0=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8B00 is #4274FF. Grayscale: #8A8A8A. Windows color (decimal): -4355328 or 35773. OLE color: 35773.

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

Color convert

RGB1891390-
CMYK00.2610.26
HSL44.13º100%37.06%-
HSV(B)44.13º100%74.12%-
XYZ30.2229.284.06-
YUV138.150.06164.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.62%
G=42.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189139000.2610.2644.1310037.06
HexBD8B001A641A2c6425
Octal2752130032144325414445
Binary101111011000101100110101100100110101011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B00; }

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

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

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

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

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

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

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

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