Html Css Color HEX #BD8A17 Dark Goldenrod

📋 copy color: '#BD8A17'

red 189 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #BD8A17

Tints of Dark Goldenrod #BD8A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

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

R = 54%
G = 39.43%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD8A17 (or 0xBD8A17) is known color: Dark Goldenrod. HEX triplet: BD, 8A and 17. RGB value is (189,138,23). Sum of RGB (Red+Green+Blue) = 189+138+23=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8A17 is #4275E8. Grayscale: #8C8C8C. Windows color (decimal): -4355561 or 1542845. OLE color: 1542845.

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

Color convert

RGB 189 138 23 -
CMYK 0 0.27 0.88 0.26
HSL 41.57º 0.78% 0.42% -
HSV(B) 41.57º 0.88% 0.74% -
XYZ 30.23 29.06 4.83 -
YUV 140.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 189 138 23 0 0.27 0.88 0.26 41.57 0.78 0.42
Hex BD 8A 17 0 1B 58 1A 2A 4E 2A
Octal 275 212 27 0 33 130 32 52 116 52
Binary 10111101 10001010 10111 0 11011 1011000 11010 101010 1001110 101010

Color Harmonies of #BD8A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A17

Black with #BD8A17

Text Example


Text Example

White with #BD8A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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