#BD8942

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

Shades of Marigold #BD8942

Tints of Marigold #BD8942

Color information

#BD8942 (or 0xBD8942) is unknown color: approx Marigold. HEX triplet: BD, 89 and 42. RGB value is (189,137,66). Sum of RGB (Red+Green+Blue) = 189+137+66=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8942 is #4276BD. Grayscale: #909090. Windows color (decimal): -4355774 or 4360637. OLE color: 4360637.

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

Color convert

RGB18913766-
CMYK00.280.650.26
HSL34.63º48.24%50%-
HSV(B)34.63º65.08%74.12%-
XYZ30.9229.19.14-
YUV144.4583.73159.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=48.21%
G=34.95%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891376600.280.650.2634.6348.2450
HexBD894201C411A233032
Octal27521110203410132436062
Binary10111101100010011000010011100100000111010100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8942; }

 p { color: rgb(189,137,66); }

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

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

 a { background-color: rgb(189,137,66); }

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

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

 span { border-color: rgb(189,137,66); }

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