Html Css Color HEX #BD8514 Dark Goldenrod

📋 copy color: '#BD8514'

red 189 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #BD8514

Tints of Dark Goldenrod #BD8514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 55.26%
G = 38.89%
B = 5.85%

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

#BD8514 (or 0xBD8514) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 14. RGB value is (189,133,20). Sum of RGB (Red+Green+Blue) = 189+133+20=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8514 is #427AEB. Grayscale: #898989. Windows color (decimal): -4356844 or 1344957. OLE color: 1344957.

HSL color Cylindrical-coordinate representation of color #BD8514: hue angle of 40.12º degrees, saturation: 0.81, 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 #BD8514 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 20 -
CMYK 0 0.30 0.89 0.26
HSL 40.12º 0.81% 0.41% -
HSV(B) 40.12º 0.89% 0.74% -
XYZ 29.5 27.64 4.44 -
YUV 136.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 189 133 20 0 0.30 0.89 0.26 40.12 0.81 0.41
Hex BD 85 14 0 1E 59 1A 28 51 29
Octal 275 205 24 0 36 131 32 50 121 51
Binary 10111101 10000101 10100 0 11110 1011001 11010 101000 1010001 101001

Color Harmonies of #BD8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8514

Black with #BD8514

Text Example


Text Example

White with #BD8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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