#B75F47

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

Shades of Flame Pea #B75F47

Tints of Flame Pea #B75F47

Color information

#B75F47 (or 0xB75F47) is unknown color: approx Flame Pea. HEX triplet: B7, 5F and 47. RGB value is (183,95,71). Sum of RGB (Red+Green+Blue) = 183+95+71=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F47 is #48A0B8. Grayscale: #767676. Windows color (decimal): -4759737 or 4677559. OLE color: 4677559.

HSL color Cylindrical-coordinate representation of color #B75F47: hue angle of 12.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75F47 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1839571-
CMYK00.480.610.28
HSL12.86º44.09%49.8%-
HSV(B)12.86º61.2%71.76%-
XYZ24.7618.718.27-
YUV118.58101.15173.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=52.44%
G=27.22%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183957100.480.610.2812.8644.0949.8
HexB75F470303D1Cd2c32
Octal2671371070607534155462
Binary10110111101111110001110110000111101111001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F47; }

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

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

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

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

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

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

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

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