Html Css Color HEX #BD8539 Marigold

📋 copy color: '#BD8539'

red 189 ◦ green 133 ◦ blue 57

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

Shades of Marigold #BD8539

Tints of Marigold #BD8539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 49.87%
G = 35.09%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD8539 (or 0xBD8539) is known color: Marigold. HEX triplet: BD, 85 and 39. RGB value is (189,133,57). Sum of RGB (Red+Green+Blue) = 189+133+57=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8539 is #427AC6. Grayscale: #8D8D8D. Windows color (decimal): -4356807 or 3769789. OLE color: 3769789.

HSL color Cylindrical-coordinate representation of color #BD8539: hue angle of 34.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8539 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 57 -
CMYK 0 0.30 0.70 0.26
HSL 34.55º 0.54% 0.48% -
HSV(B) 34.55º 0.7% 0.74% -
XYZ 30.11 27.89 7.67 -
YUV 141.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 189 133 57 0 0.30 0.70 0.26 34.55 0.54 0.48
Hex BD 85 39 0 1E 46 1A 23 36 30
Octal 275 205 71 0 36 106 32 43 66 60
Binary 10111101 10000101 111001 0 11110 1000110 11010 100011 110110 110000

Color Harmonies of #BD8539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8539

Black with #BD8539

Text Example


Text Example

White with #BD8539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8539; }

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

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

background-color css

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

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

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

border-color css

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

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

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