#B75D4D

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

Shades of Flame Pea #B75D4D

Tints of Flame Pea #B75D4D

Color information

#B75D4D (or 0xB75D4D) is unknown color: approx Flame Pea. HEX triplet: B7, 5D and 4D. RGB value is (183,93,77). Sum of RGB (Red+Green+Blue) = 183+93+77=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D4D is #48A2B2. Grayscale: #767676. Windows color (decimal): -4760243 or 5070263. OLE color: 5070263.

HSL color Cylindrical-coordinate representation of color #B75D4D: hue angle of 9.06º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75D4D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1839377-
CMYK00.490.580.28
HSL9.06º42.4%50.98%-
HSV(B)9.06º57.92%71.76%-
XYZ24.7818.439.27-
YUV118.09104.82174.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=51.84%
G=26.35%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183937700.490.580.289.0642.450.98
HexB75D4D0313A1C92a33
Octal2671351150617234115263
Binary10110111101110110011010110001111010111001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D4D; }

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

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

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

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

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

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

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

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