#BD573F

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

Shades of Flame Pea #BD573F

Tints of Flame Pea #BD573F

Color information

#BD573F (or 0xBD573F) is unknown color: approx Flame Pea. HEX triplet: BD, 57 and 3F. RGB value is (189,87,63). Sum of RGB (Red+Green+Blue) = 189+87+63=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573F is #42A8C0. Grayscale: #727272. Windows color (decimal): -4368577 or 4151229. OLE color: 4151229.

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

Color convert

RGB1898763-
CMYK00.540.670.26
HSL11.43º50%49.41%-
HSV(B)11.43º66.67%74.12%-
XYZ25.2917.996.84-
YUV114.7698.79180.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 63 (25% from 255) = 18.58%
R=55.75%
G=25.66%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189876300.540.670.2611.435049.41
HexBD573F036431Ab3231
Octal2751277706610332136261
Binary10111101101011111111101101101000011110101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD573F; }

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

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

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

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

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

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

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

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