#BE5C4B

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

Shades of Flame Pea #BE5C4B

Tints of Flame Pea #BE5C4B

Color information

#BE5C4B (or 0xBE5C4B) is unknown color: approx Flame Pea. HEX triplet: BE, 5C and 4B. RGB value is (190,92,75). Sum of RGB (Red+Green+Blue) = 190+92+75=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C4B is #41A3B4. Grayscale: #777777. Windows color (decimal): -4301749 or 4938942. OLE color: 4938942.

HSL color Cylindrical-coordinate representation of color #BE5C4B: hue angle of 8.87º 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 #BE5C4B is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1909275-
CMYK00.520.610.25
HSL8.87º46.94%51.96%-
HSV(B)8.87º60.53%74.51%-
XYZ26.3319.118.96-
YUV119.36102.97178.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=53.22%
G=25.77%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190927500.520.610.258.8746.9451.96
HexBE5C4B0343D1992f34
Octal2761341130647531115764
Binary10111110101110010010110110100111101110011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C4B; }

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

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

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

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

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

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

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

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