#BD910B

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

Shades of Dark Goldenrod #BD910B

Tints of Dark Goldenrod #BD910B

Color information

#BD910B (or 0xBD910B) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 91 and 0B. RGB value is (189,145,11). Sum of RGB (Red+Green+Blue) = 189+145+11=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910B is #426EF4. Grayscale: #8F8F8F. Windows color (decimal): -4353781 or 758205. OLE color: 758205.

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

Color convert

RGB18914511-
CMYK00.230.940.26
HSL45.17º89%39.22%-
HSV(B)45.17º94.18%74.12%-
XYZ31.1731.094.68-
YUV142.8853.58160.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 11 (4.69% from 255) = 3.19%
R=54.78%
G=42.03%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891451100.230.940.2645.178939.22
HexBD91B0175E1A2d5927
Octal27522113027136325513147
Binary101111011001000110110101111011110110101011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD910B; }

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

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

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

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

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

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

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

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