#B75F4D

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

Shades of Flame Pea #B75F4D

Tints of Flame Pea #B75F4D

Color information

#B75F4D (or 0xB75F4D) is unknown color: approx Flame Pea. HEX triplet: B7, 5F and 4D. RGB value is (183,95,77). Sum of RGB (Red+Green+Blue) = 183+95+77=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F4D is #48A0B2. Grayscale: #777777. Windows color (decimal): -4759731 or 5070775. OLE color: 5070775.

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

Color convert

RGB1839577-
CMYK00.480.580.28
HSL10.19º42.4%50.98%-
HSV(B)10.19º57.92%71.76%-
XYZ24.9618.799.33-
YUV119.26104.15173.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=51.55%
G=26.76%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183957700.480.580.2810.1942.450.98
HexB75F4D0303A1Ca2a33
Octal2671371150607234125263
Binary10110111101111110011010110000111010111001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F4D; }

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

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

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

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

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

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

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

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