#BD873F

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

Shades of Marigold #BD873F

Tints of Marigold #BD873F

Color information

#BD873F (or 0xBD873F) is unknown color: approx Marigold. HEX triplet: BD, 87 and 3F. RGB value is (189,135,63). Sum of RGB (Red+Green+Blue) = 189+135+63=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD873F is #4278C0. Grayscale: #8F8F8F. Windows color (decimal): -4356289 or 4163517. OLE color: 4163517.

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

Color convert

RGB18913563-
CMYK00.290.670.26
HSL34.29º50%49.41%-
HSV(B)34.29º66.67%74.12%-
XYZ30.5528.518.59-
YUV142.9482.89160.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 63 (25% from 255) = 16.28%
R=48.84%
G=34.88%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891356300.290.670.2634.295049.41
HexBD873F01D431A223231
Octal2752077703510332426261
Binary1011110110000111111111011101100001111010100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD873F; }

 p { color: rgb(189,135,63); }

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

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

 a { background-color: rgb(189,135,63); }

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

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

 span { border-color: rgb(189,135,63); }

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