Html Css Color HEX #BD9010 Dark Goldenrod

📋 copy color: '#BD9010'

red 189 ◦ green 144 ◦ blue 16

#BD9010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BD9010

Tints of Dark Goldenrod #BD9010

RGB

 RED value IS 189 (74.22% from 255) = 54.15%

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 54.15%
G = 41.26%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD9010 (or 0xBD9010) is known color: Dark Goldenrod. HEX triplet: BD, 90 and 10. RGB value is (189,144,16). Sum of RGB (Red+Green+Blue) = 189+144+16=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9010 is #426FEF. Grayscale: #8F8F8F. Windows color (decimal): -4354032 or 1085629. OLE color: 1085629.

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

Color convert

RGB 189 144 16 -
CMYK 0 0.24 0.92 0.26
HSL 44.39º 0.84% 0.4% -
HSV(B) 44.39º 0.92% 0.74% -
XYZ 31.05 30.8 4.8 -
YUV 142.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 189 144 16 0 0.24 0.92 0.26 44.39 0.84 0.4
Hex BD 90 10 0 18 5C 1A 2C 54 28
Octal 275 220 20 0 30 134 32 54 124 50
Binary 10111101 10010000 10000 0 11000 1011100 11010 101100 1010100 101000

Color Harmonies of #BD9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9010

Black with #BD9010

Text Example


Text Example

White with #BD9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9010; }

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

 H1.HeaderClassName
 {
   color: #BD9010;
 }
 .AnyTagClassName
 {
   color: #BD9010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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