#B75545

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

Shades of Flame Pea #B75545

Tints of Flame Pea #B75545

Color information

#B75545 (or 0xB75545) is unknown color: approx Flame Pea. HEX triplet: B7, 55 and 45. RGB value is (183,85,69). Sum of RGB (Red+Green+Blue) = 183+85+69=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B75545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75545 is #48AABA. Grayscale: #707070. Windows color (decimal): -4762299 or 4543927. OLE color: 4543927.

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

Color convert

RGB1838569-
CMYK00.540.620.28
HSL8.42º45.24%49.41%-
HSV(B)8.42º62.3%71.76%-
XYZ23.8516.997.65-
YUV112.48103.47178.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=54.30%
G=25.22%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183856900.540.620.288.4245.2449.41
HexB755450363E1C82d31
Octal2671251050667634105561
Binary10110111101010110001010110110111110111001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75545; }

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

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

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

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

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

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

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

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