Html Css Color HEX #BD8515 Dark Goldenrod

📋 copy color: '#BD8515'

red 189 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #BD8515

Tints of Dark Goldenrod #BD8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 55.1%
G = 38.78%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD8515 (or 0xBD8515) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 15. RGB value is (189,133,21). Sum of RGB (Red+Green+Blue) = 189+133+21=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8515 is #427AEA. Grayscale: #898989. Windows color (decimal): -4356843 or 1410493. OLE color: 1410493.

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

Color convert

RGB 189 133 21 -
CMYK 0 0.30 0.89 0.26
HSL 40º 0.8% 0.41% -
HSV(B) 40º 0.89% 0.74% -
XYZ 29.51 27.65 4.49 -
YUV 136.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 189 133 21 0 0.30 0.89 0.26 40 0.8 0.41
Hex BD 85 15 0 1E 59 1A 28 50 29
Octal 275 205 25 0 36 131 32 50 120 51
Binary 10111101 10000101 10101 0 11110 1011001 11010 101000 1010000 101001

Color Harmonies of #BD8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8515

Black with #BD8515

Text Example


Text Example

White with #BD8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8515; }

 p { color: rgb(189,133,21); }

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

background-color css

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

 a { background-color: rgb(189,133,21); }

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

border-color css

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

 span { border-color: rgb(189,133,21); }

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