#BE603F

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

Shades of Flame Pea #BE603F

Tints of Flame Pea #BE603F

Color information

#BE603F (or 0xBE603F) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 3F. RGB value is (190,96,63). Sum of RGB (Red+Green+Blue) = 190+96+63=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE603F is #419FC0. Grayscale: #787878. Windows color (decimal): -4300737 or 4153534. OLE color: 4153534.

HSL color Cylindrical-coordinate representation of color #BE603F: hue angle of 15.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE603F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1909663-
CMYK00.490.670.25
HSL15.59º50.2%49.61%-
HSV(B)15.59º66.84%74.51%-
XYZ26.3219.677.11-
YUV120.3495.64177.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 63 (25% from 255) = 18.05%
R=54.44%
G=27.51%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190966300.490.670.2515.5950.249.61
HexBE603F0314319103232
Octal2761407706110331206262
Binary101111101100000111111011000110000111100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE603F; }

 p { color: rgb(190,96,63); }

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

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

 a { background-color: rgb(190,96,63); }

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

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

 span { border-color: rgb(190,96,63); }

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