#bd873c

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

Shades of Marigold #BD873C

Tints of Marigold #BD873C

Color information

#BD873C (or 0xBD873C) is unknown color: approx Marigold. HEX triplet: BD, 87 and 3C. RGB value is (189,135,60). Sum of RGB (Red+Green+Blue) = 189+135+60=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD873C is #4278C3. Grayscale: #8E8E8E. Windows color (decimal): -4356292 or 3966909. OLE color: 3966909.

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

Color convert

RGB18913560-
CMYK00.290.680.26
HSL34.88º51.81%48.82%-
HSV(B)34.88º68.25%74.12%-
XYZ30.4728.478.17-
YUV142.681.39161.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 60 (23.83% from 255) = 15.62%
R=49.22%
G=35.16%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891356000.290.680.2634.8851.8148.82
HexBD873C01D441A233431
Octal2752077403510432436461
Binary1011110110000111111100011101100010011010100011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd873c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd873c; }

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

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

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

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

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

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

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

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