#B7573F

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

Shades of Flame Pea #B7573F

Tints of Flame Pea #B7573F

Color information

#B7573F (or 0xB7573F) is unknown color: approx Flame Pea. HEX triplet: B7, 57 and 3F. RGB value is (183,87,63). Sum of RGB (Red+Green+Blue) = 183+87+63=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7573F is #48A8C0. Grayscale: #717171. Windows color (decimal): -4761793 or 4151223. OLE color: 4151223.

HSL color Cylindrical-coordinate representation of color #B7573F: hue angle of 12º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7573F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1838763-
CMYK00.520.660.28
HSL12º48.78%48.24%-
HSV(B)12º65.57%71.76%-
XYZ23.8317.246.77-
YUV112.9799.8177.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 63 (25% from 255) = 18.92%
R=54.95%
G=26.13%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183876300.520.660.281248.7848.24
HexB7573F034421Cc3130
Octal2671277706410234146160
Binary10110111101011111111101101001000010111001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7573F; }

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

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

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

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

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

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

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

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