#B75D53

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

Shades of Flame Pea #B75D53

Tints of Flame Pea #B75D53

Color information

#B75D53 (or 0xB75D53) is unknown color: approx Flame Pea. HEX triplet: B7, 5D and 53. RGB value is (183,93,83). Sum of RGB (Red+Green+Blue) = 183+93+83=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D53 is #48A2AC. Grayscale: #767676. Windows color (decimal): -4760237 or 5463479. OLE color: 5463479.

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

Color convert

RGB1839383-
CMYK00.490.550.28
HSL40.98%52.16%-
HSV(B)54.64%71.76%-
XYZ2518.5210.44-
YUV118.77107.82173.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=50.97%
G=25.91%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183938300.490.550.28640.9852.16
HexB75D53031371C62934
Octal267135123061673465164
Binary1011011110111011010011011000111011111100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D53; }

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

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

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

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

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

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

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

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