#B75847

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

Shades of Flame Pea #B75847

Tints of Flame Pea #B75847

Color information

#B75847 (or 0xB75847) is unknown color: approx Flame Pea. HEX triplet: B7, 58 and 47. RGB value is (183,88,71). Sum of RGB (Red+Green+Blue) = 183+88+71=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B75847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75847 is #48A7B8. Grayscale: #727272. Windows color (decimal): -4761529 or 4675767. OLE color: 4675767.

HSL color Cylindrical-coordinate representation of color #B75847: hue angle of 9.11º 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 #B75847 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1838871-
CMYK00.520.610.28
HSL9.11º44.09%49.8%-
HSV(B)9.11º61.2%71.76%-
XYZ24.1617.58.07-
YUV114.47103.47176.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=53.51%
G=25.73%
B=20.76%

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
Decimal183887100.520.610.289.1144.0949.8
HexB758470343D1C92c32
Octal2671301070647534115462
Binary10110111101100010001110110100111101111001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75847; }

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

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

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

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

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

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

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

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