#B75F52

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

Shades of Flame Pea #B75F52

Tints of Flame Pea #B75F52

Color information

#B75F52 (or 0xB75F52) is unknown color: approx Flame Pea. HEX triplet: B7, 5F and 52. RGB value is (183,95,82). Sum of RGB (Red+Green+Blue) = 183+95+82=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F52 is #48A0AD. Grayscale: #777777. Windows color (decimal): -4759726 or 5398455. OLE color: 5398455.

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

Color convert

RGB1839582-
CMYK00.480.550.28
HSL7.72º41.22%51.96%-
HSV(B)7.72º55.19%71.76%-
XYZ25.1418.8610.3-
YUV119.83106.65173.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=50.83%
G=26.39%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183958200.480.550.287.7241.2251.96
HexB75F52030371C82934
Octal2671371220606734105164
Binary10110111101111110100100110000110111111001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F52; }

 p { color: rgb(183,95,82); }

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

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

 a { background-color: rgb(183,95,82); }

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

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

 span { border-color: rgb(183,95,82); }

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