#BE644A

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

Shades of Flame Pea #BE644A

Tints of Flame Pea #BE644A

Color information

#BE644A (or 0xBE644A) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 4A. RGB value is (190,100,74). Sum of RGB (Red+Green+Blue) = 190+100+74=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE644A is #419BB5. Grayscale: #7C7C7C. Windows color (decimal): -4299702 or 4875454. OLE color: 4875454.

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

Color convert

RGB19010074-
CMYK00.470.610.25
HSL13.45º47.15%51.76%-
HSV(B)13.45º61.05%74.51%-
XYZ27.0320.569.02-
YUV123.9599.82175.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=52.20%
G=27.47%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901007400.470.610.2513.4547.1551.76
HexBE644A02F3D19d2f34
Octal2761441120577531155764
Binary10111110110010010010100101111111101110011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE644A; }

 p { color: rgb(190,100,74); }

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

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

 a { background-color: rgb(190,100,74); }

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

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

 span { border-color: rgb(190,100,74); }

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