#B75747

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

Shades of Flame Pea #B75747

Tints of Flame Pea #B75747

Color information

#B75747 (or 0xB75747) is unknown color: approx Flame Pea. HEX triplet: B7, 57 and 47. RGB value is (183,87,71). Sum of RGB (Red+Green+Blue) = 183+87+71=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B75747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75747 is #48A8B8. Grayscale: #727272. Windows color (decimal): -4761785 or 4675511. OLE color: 4675511.

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

Color convert

RGB1838771-
CMYK00.520.610.28
HSL8.57º44.09%49.8%-
HSV(B)8.57º61.2%71.76%-
XYZ24.0717.348.04-
YUV113.88103.8177.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=53.67%
G=25.51%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183877100.520.610.288.5744.0949.8
HexB757470343D1C92c32
Octal2671271070647534115462
Binary10110111101011110001110110100111101111001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75747; }

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

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

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

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

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

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

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

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