#BE614A

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

Shades of Flame Pea #BE614A

Tints of Flame Pea #BE614A

Color information

#BE614A (or 0xBE614A) is unknown color: approx Flame Pea. HEX triplet: BE, 61 and 4A. RGB value is (190,97,74). Sum of RGB (Red+Green+Blue) = 190+97+74=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE614A is #419EB5. Grayscale: #7A7A7A. Windows color (decimal): -4300470 or 4874686. OLE color: 4874686.

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

Color convert

RGB1909774-
CMYK00.490.610.25
HSL11.9º47.15%51.76%-
HSV(B)11.9º61.05%74.51%-
XYZ26.7519.998.93-
YUV122.18100.81176.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=52.63%
G=26.87%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190977400.490.610.2511.947.1551.76
HexBE614A0313D19c2f34
Octal2761411120617531145764
Binary10111110110000110010100110001111101110011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE614A; }

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

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

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

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

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

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

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

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