#B65E4F

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

Shades of Flame Pea #B65E4F

Tints of Flame Pea #B65E4F

Color information

#B65E4F (or 0xB65E4F) is unknown color: approx Flame Pea. HEX triplet: B6, 5E and 4F. RGB value is (182,94,79). Sum of RGB (Red+Green+Blue) = 182+94+79=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E4F is #49A1B0. Grayscale: #767676. Windows color (decimal): -4825521 or 5201590. OLE color: 5201590.

HSL color Cylindrical-coordinate representation of color #B65E4F: hue angle of 8.74º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65E4F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1829479-
CMYK00.480.570.29
HSL8.74º41.37%51.18%-
HSV(B)8.74º56.59%71.37%-
XYZ24.7118.529.67-
YUV118.6105.65173.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=51.27%
G=26.48%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182947900.480.570.298.7441.3751.18
HexB65E4F030391D92933
Octal2661361170607135115163
Binary10110110101111010011110110000111001111011001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E4F; }

 p { color: rgb(182,94,79); }

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

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

 a { background-color: rgb(182,94,79); }

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

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

 span { border-color: rgb(182,94,79); }

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