#BE6342

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

Shades of Flame Pea #BE6342

Tints of Flame Pea #BE6342

Color information

#BE6342 (or 0xBE6342) is unknown color: approx Flame Pea. HEX triplet: BE, 63 and 42. RGB value is (190,99,66). Sum of RGB (Red+Green+Blue) = 190+99+66=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6342 is #419CBD. Grayscale: #7A7A7A. Windows color (decimal): -4299966 or 4350910. OLE color: 4350910.

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

Color convert

RGB1909966-
CMYK00.480.650.25
HSL15.97º48.82%50.2%-
HSV(B)15.97º65.26%74.51%-
XYZ26.6820.267.66-
YUV122.4596.15176.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=53.52%
G=27.89%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190996600.480.650.2515.9748.8250.2
HexBE63420304119103132
Octal27614310206010131206162
Binary1011111011000111000010011000010000011100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6342; }

 p { color: rgb(190,99,66); }

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

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

 a { background-color: rgb(190,99,66); }

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

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

 span { border-color: rgb(190,99,66); }

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