#B75C52

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

Shades of Flame Pea #B75C52

Tints of Flame Pea #B75C52

Color information

#B75C52 (or 0xB75C52) is unknown color: approx Flame Pea. HEX triplet: B7, 5C and 52. RGB value is (183,92,82). Sum of RGB (Red+Green+Blue) = 183+92+82=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C52 is #48A3AD. Grayscale: #767676. Windows color (decimal): -4760494 or 5397687. OLE color: 5397687.

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

Color convert

RGB1839282-
CMYK00.500.550.28
HSL5.94º41.22%51.96%-
HSV(B)5.94º55.19%71.76%-
XYZ24.8818.3310.21-
YUV118.07107.65174.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=51.26%
G=25.77%
B=22.97%

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
Decimal183928200.500.550.285.9441.2251.96
HexB75C52032371C62934
Octal267134122062673465164
Binary1011011110111001010010011001011011111100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C52; }

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

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

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

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

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

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

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

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