#BE644B

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

Shades of Flame Pea #BE644B

Tints of Flame Pea #BE644B

Color information

#BE644B (or 0xBE644B) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 4B. RGB value is (190,100,75). Sum of RGB (Red+Green+Blue) = 190+100+75=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE644B is #419BB4. Grayscale: #7C7C7C. Windows color (decimal): -4299701 or 4940990. OLE color: 4940990.

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

Color convert

RGB19010075-
CMYK00.470.610.25
HSL13.04º46.94%51.96%-
HSV(B)13.04º60.53%74.51%-
XYZ27.0620.579.2-
YUV124.06100.32175.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=52.05%
G=27.40%
B=20.55%

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
Decimal1901007500.470.610.2513.0446.9451.96
HexBE644B02F3D19d2f34
Octal2761441130577531155764
Binary10111110110010010010110101111111101110011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE644B; }

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

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

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

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

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

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

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

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