Html Css Color HEX #BD8D17 Dark Goldenrod

📋 copy color: '#BD8D17'

red 189 ◦ green 141 ◦ blue 23

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

Shades of Dark Goldenrod #BD8D17

Tints of Dark Goldenrod #BD8D17

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 53.54%
G = 39.94%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD8D17 (or 0xBD8D17) is known color: Dark Goldenrod. HEX triplet: BD, 8D and 17. RGB value is (189,141,23). Sum of RGB (Red+Green+Blue) = 189+141+23=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8D17 is #4272E8. Grayscale: #8E8E8E. Windows color (decimal): -4354793 or 1543613. OLE color: 1543613.

HSL color Cylindrical-coordinate representation of color #BD8D17: hue angle of 42.65º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD8D17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 23 -
CMYK 0 0.25 0.88 0.26
HSL 42.65º 0.78% 0.42% -
HSV(B) 42.65º 0.88% 0.74% -
XYZ 30.67 29.93 4.97 -
YUV 141.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 189 141 23 0 0.25 0.88 0.26 42.65 0.78 0.42
Hex BD 8D 17 0 19 58 1A 2B 4E 2A
Octal 275 215 27 0 31 130 32 53 116 52
Binary 10111101 10001101 10111 0 11001 1011000 11010 101011 1001110 101010

Color Harmonies of #BD8D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D17

Black with #BD8D17

Text Example


Text Example

White with #BD8D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D17; }

 p { color: rgb(189,141,23); }

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

background-color css

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

 a { background-color: rgb(189,141,23); }

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

border-color css

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

 span { border-color: rgb(189,141,23); }

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