#B75C51

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

Shades of Flame Pea #B75C51

Tints of Flame Pea #B75C51

Color information

#B75C51 (or 0xB75C51) is unknown color: approx Flame Pea. HEX triplet: B7, 5C and 51. RGB value is (183,92,81). Sum of RGB (Red+Green+Blue) = 183+92+81=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C51 is #48A3AE. Grayscale: #767676. Windows color (decimal): -4760495 or 5332151. OLE color: 5332151.

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

Color convert

RGB1839281-
CMYK00.500.560.28
HSL6.47º41.46%51.76%-
HSV(B)6.47º55.74%71.76%-
XYZ24.8418.3210.01-
YUV117.96107.15174.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=51.40%
G=25.84%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183928100.500.560.286.4741.4651.76
HexB75C51032381C62934
Octal267134121062703465164
Binary1011011110111001010001011001011100011100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C51; }

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

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

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

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

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

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

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

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