#BD863F

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

Shades of Marigold #BD863F

Tints of Marigold #BD863F

Color information

#BD863F (or 0xBD863F) is unknown color: approx Marigold. HEX triplet: BD, 86 and 3F. RGB value is (189,134,63). Sum of RGB (Red+Green+Blue) = 189+134+63=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD863F is #4279C0. Grayscale: #8E8E8E. Windows color (decimal): -4356545 or 4163261. OLE color: 4163261.

HSL color Cylindrical-coordinate representation of color #BD863F: hue angle of 33.81º 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 #BD863F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18913463-
CMYK00.290.670.26
HSL33.81º50%49.41%-
HSV(B)33.81º66.67%74.12%-
XYZ30.4128.238.55-
YUV142.3583.22161.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 63 (25% from 255) = 16.32%
R=48.96%
G=34.72%
B=16.32%

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
Decimal1891346300.290.670.2633.815049.41
HexBD863F01D431A223231
Octal2752067703510332426261
Binary1011110110000110111111011101100001111010100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD863F; }

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

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

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

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

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

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

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

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