#BD5943

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

Shades of Flame Pea #BD5943

Tints of Flame Pea #BD5943

Color information

#BD5943 (or 0xBD5943) is unknown color: approx Flame Pea. HEX triplet: BD, 59 and 43. RGB value is (189,89,67). Sum of RGB (Red+Green+Blue) = 189+89+67=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5943 is #42A6BC. Grayscale: #747474. Windows color (decimal): -4368061 or 4413885. OLE color: 4413885.

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

Color convert

RGB1898967-
CMYK00.530.650.26
HSL10.82º48.03%50.2%-
HSV(B)10.82º64.55%74.12%-
XYZ25.5718.377.51-
YUV116.39100.13179.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=54.78%
G=25.80%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189896700.530.650.2610.8248.0350.2
HexBD5943035411Ab3032
Octal27513110306510132136062
Binary101111011011001100001101101011000001110101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5943; }

 p { color: rgb(189,89,67); }

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

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

 a { background-color: rgb(189,89,67); }

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

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

 span { border-color: rgb(189,89,67); }

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