Html Css Color HEX #BD8B17 Dark Goldenrod

📋 copy color: '#BD8B17'

red 189 ◦ green 139 ◦ blue 23

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

Shades of Dark Goldenrod #BD8B17

Tints of Dark Goldenrod #BD8B17

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

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

R = 53.85%
G = 39.6%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD8B17 (or 0xBD8B17) is known color: Dark Goldenrod. HEX triplet: BD, 8B and 17. RGB value is (189,139,23). Sum of RGB (Red+Green+Blue) = 189+139+23=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8B17 is #4274E8. Grayscale: #8D8D8D. Windows color (decimal): -4355305 or 1543101. OLE color: 1543101.

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

Color convert

RGB 189 139 23 -
CMYK 0 0.26 0.88 0.26
HSL 41.93º 0.78% 0.42% -
HSV(B) 41.93º 0.88% 0.74% -
XYZ 30.37 29.35 4.87 -
YUV 140.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 189 139 23 0 0.26 0.88 0.26 41.93 0.78 0.42
Hex BD 8B 17 0 1A 58 1A 2A 4E 2A
Octal 275 213 27 0 32 130 32 52 116 52
Binary 10111101 10001011 10111 0 11010 1011000 11010 101010 1001110 101010

Color Harmonies of #BD8B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B17

Black with #BD8B17

Text Example


Text Example

White with #BD8B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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