#BD8944

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

Shades of Marigold #BD8944

Tints of Marigold #BD8944

Color information

#BD8944 (or 0xBD8944) is unknown color: approx Marigold. HEX triplet: BD, 89 and 44. RGB value is (189,137,68). Sum of RGB (Red+Green+Blue) = 189+137+68=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8944 is #4276BB. Grayscale: #919191. Windows color (decimal): -4355772 or 4491709. OLE color: 4491709.

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

Color convert

RGB18913768-
CMYK00.280.640.26
HSL34.21º47.83%50.39%-
HSV(B)34.21º64.02%74.12%-
XYZ30.9829.139.46-
YUV144.6884.73159.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=47.97%
G=34.77%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891376800.280.640.2634.2147.8350.39
HexBD894401C401A223032
Octal27521110403410032426062
Binary10111101100010011000100011100100000011010100010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8944; }

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

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

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

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

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

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

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

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