#BD920B

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

Shades of Dark Goldenrod #BD920B

Tints of Dark Goldenrod #BD920B

Color information

#BD920B (or 0xBD920B) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 92 and 0B. RGB value is (189,146,11). Sum of RGB (Red+Green+Blue) = 189+146+11=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD920B is #426DF4. Grayscale: #909090. Windows color (decimal): -4353525 or 758461. OLE color: 758461.

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

Color convert

RGB18914611-
CMYK00.230.940.26
HSL45.51º89%39.22%-
HSV(B)45.51º94.18%74.12%-
XYZ31.3331.44.73-
YUV143.4753.25160.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=54.62%
G=42.20%
B=3.18%

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
Decimal1891461100.230.940.2645.518939.22
HexBD92B0175E1A2e5927
Octal27522213027136325613147
Binary101111011001001010110101111011110110101011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD920B; }

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

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

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

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

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

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

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

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