#B75A50

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

Shades of Flame Pea #B75A50

Tints of Flame Pea #B75A50

Color information

#B75A50 (or 0xB75A50) is unknown color: approx Flame Pea. HEX triplet: B7, 5A and 50. RGB value is (183,90,80). Sum of RGB (Red+Green+Blue) = 183+90+80=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A50 is #48A5AF. Grayscale: #747474. Windows color (decimal): -4761008 or 5266103. OLE color: 5266103.

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

Color convert

RGB1839080-
CMYK00.510.560.28
HSL5.83º41.7%51.57%-
HSV(B)5.83º56.28%71.76%-
XYZ24.6317.969.76-
YUV116.67107.31175.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=51.84%
G=25.50%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183908000.510.560.285.8341.751.57
HexB75A50033381C62a34
Octal267132120063703465264
Binary1011011110110101010000011001111100011100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A50; }

 p { color: rgb(183,90,80); }

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

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

 a { background-color: rgb(183,90,80); }

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

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

 span { border-color: rgb(183,90,80); }

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