#B75640

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

Shades of Flame Pea #B75640

Tints of Flame Pea #B75640

Color information

#B75640 (or 0xB75640) is unknown color: approx Flame Pea. HEX triplet: B7, 56 and 40. RGB value is (183,86,64). Sum of RGB (Red+Green+Blue) = 183+86+64=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B75640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75640 is #48A9BF. Grayscale: #707070. Windows color (decimal): -4762048 or 4216503. OLE color: 4216503.

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

Color convert

RGB1838664-
CMYK00.530.650.28
HSL11.09º48.18%48.43%-
HSV(B)11.09º65.03%71.76%-
XYZ23.7817.096.9-
YUV112.5100.64178.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=54.95%
G=25.83%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183866400.530.650.2811.0948.1848.43
HexB75640035411Cb3030
Octal26712610006510134136060
Binary101101111010110100000001101011000001111001011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75640; }

 p { color: rgb(183,86,64); }

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

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

 a { background-color: rgb(183,86,64); }

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

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

 span { border-color: rgb(183,86,64); }

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