#BD8840

Color #BD8840 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #BD8840

Tints of Marigold #BD8840

Color information

#BD8840 (or 0xBD8840) is unknown color: approx Marigold. HEX triplet: BD, 88 and 40. RGB value is (189,136,64). Sum of RGB (Red+Green+Blue) = 189+136+64=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8840 is #4277BF. Grayscale: #8F8F8F. Windows color (decimal): -4356032 or 4229309. OLE color: 4229309.

HSL color Cylindrical-coordinate representation of color #BD8840: hue angle of 34.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8840 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18913664-
CMYK00.280.660.26
HSL34.56º49.41%49.61%-
HSV(B)34.56º66.14%74.12%-
XYZ30.7228.88.79-
YUV143.6483.06160.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=48.59%
G=34.96%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891366400.280.660.2634.5649.4149.61
HexBD884001C421A233132
Octal27521010003410232436162
Binary10111101100010001000000011100100001011010100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8840; }

 p { color: rgb(189,136,64); }

 H1.HeaderClassName
 {
   color: #BD8840;
 }
 .AnyTagClassName
 {
   color: #BD8840;
 }
</style>
background-color css

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

 a { background-color: rgb(189,136,64); }

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

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

 span { border-color: rgb(189,136,64); }

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