#B75E55

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

Shades of Flame Pea #B75E55

Tints of Flame Pea #B75E55

Color information

#B75E55 (or 0xB75E55) is unknown color: approx Flame Pea. HEX triplet: B7, 5E and 55. RGB value is (183,94,85). Sum of RGB (Red+Green+Blue) = 183+94+85=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E55 is #48A1AA. Grayscale: #777777. Windows color (decimal): -4759979 or 5594807. OLE color: 5594807.

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

Color convert

RGB1839485-
CMYK00.490.540.28
HSL5.51º40.5%52.55%-
HSV(B)5.51º53.55%71.76%-
XYZ25.1718.7310.88-
YUV119.58108.49173.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=50.55%
G=25.97%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183948500.490.540.285.5140.552.55
HexB75E55031361C62835
Octal267136125061663465065
Binary1011011110111101010101011000111011011100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E55; }

 p { color: rgb(183,94,85); }

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

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

 a { background-color: rgb(183,94,85); }

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

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

 span { border-color: rgb(183,94,85); }

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