#BE5A4B

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

Shades of Flame Pea #BE5A4B

Tints of Flame Pea #BE5A4B

Color information

#BE5A4B (or 0xBE5A4B) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 4B. RGB value is (190,90,75). Sum of RGB (Red+Green+Blue) = 190+90+75=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A4B is #41A5B4. Grayscale: #767676. Windows color (decimal): -4302261 or 4938430. OLE color: 4938430.

HSL color Cylindrical-coordinate representation of color #BE5A4B: hue angle of 7.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5A4B is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1909075-
CMYK00.530.610.25
HSL7.83º46.94%51.96%-
HSV(B)7.83º60.53%74.51%-
XYZ26.1618.778.9-
YUV118.19103.63179.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=53.52%
G=25.35%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190907500.530.610.257.8346.9451.96
HexBE5A4B0353D1982f34
Octal2761321130657531105764
Binary10111110101101010010110110101111101110011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A4B; }

 p { color: rgb(190,90,75); }

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

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

 a { background-color: rgb(190,90,75); }

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

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

 span { border-color: rgb(190,90,75); }

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