#B75949

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

Shades of Flame Pea #B75949

Tints of Flame Pea #B75949

Color information

#B75949 (or 0xB75949) is unknown color: approx Flame Pea. HEX triplet: B7, 59 and 49. RGB value is (183,89,73). Sum of RGB (Red+Green+Blue) = 183+89+73=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B75949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75949 is #48A6B6. Grayscale: #737373. Windows color (decimal): -4761271 or 4807095. OLE color: 4807095.

HSL color Cylindrical-coordinate representation of color #B75949: hue angle of 8.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75949 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1838973-
CMYK00.510.600.28
HSL8.73º43.31%50.2%-
HSV(B)8.73º60.11%71.76%-
XYZ24.317.698.44-
YUV115.28104.14176.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=53.04%
G=25.80%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183897300.510.600.288.7343.3150.2
HexB759490333C1C92b32
Octal2671311110637434115362
Binary10110111101100110010010110011111100111001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75949; }

 p { color: rgb(183,89,73); }

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

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

 a { background-color: rgb(183,89,73); }

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

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

 span { border-color: rgb(183,89,73); }

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