#BD900B

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

Shades of Dark Goldenrod #BD900B

Tints of Dark Goldenrod #BD900B

Color information

#BD900B (or 0xBD900B) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 90 and 0B. RGB value is (189,144,11). Sum of RGB (Red+Green+Blue) = 189+144+11=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD900B is #426FF4. Grayscale: #8E8E8E. Windows color (decimal): -4354037 or 757949. OLE color: 757949.

HSL color Cylindrical-coordinate representation of color #BD900B: hue angle of 44.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD900B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18914411-
CMYK00.240.940.26
HSL44.83º89%39.22%-
HSV(B)44.83º94.18%74.12%-
XYZ31.0230.794.62-
YUV142.2953.91161.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=54.94%
G=41.86%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891441100.240.940.2644.838939.22
HexBD90B0185E1A2d5927
Octal27522013030136325513147
Binary101111011001000010110110001011110110101011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD900B; }

 p { color: rgb(189,144,11); }

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

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

 a { background-color: rgb(189,144,11); }

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

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

 span { border-color: rgb(189,144,11); }

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