#B75B53

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

Shades of Flame Pea #B75B53

Tints of Flame Pea #B75B53

Color information

#B75B53 (or 0xB75B53) is unknown color: approx Flame Pea. HEX triplet: B7, 5B and 53. RGB value is (183,91,83). Sum of RGB (Red+Green+Blue) = 183+91+83=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75B53 is #48A4AC. Grayscale: #757575. Windows color (decimal): -4760749 or 5462967. OLE color: 5462967.

HSL color Cylindrical-coordinate representation of color #B75B53: hue angle of 4.8º 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 #B75B53 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1839183-
CMYK00.500.550.28
HSL4.8º40.98%52.16%-
HSV(B)4.8º54.64%71.76%-
XYZ24.8318.1710.38-
YUV117.6108.48174.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=51.26%
G=25.49%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183918300.500.550.284.840.9852.16
HexB75B53032371C52934
Octal267133123062673455164
Binary1011011110110111010011011001011011111100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B53; }

 p { color: rgb(183,91,83); }

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

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

 a { background-color: rgb(183,91,83); }

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

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

 span { border-color: rgb(183,91,83); }

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