#BE6745

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

Shades of Flame Pea #BE6745

Tints of Flame Pea #BE6745

Color information

#BE6745 (or 0xBE6745) is unknown color: approx Flame Pea. HEX triplet: BE, 67 and 45. RGB value is (190,103,69). Sum of RGB (Red+Green+Blue) = 190+103+69=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6745 is #4198BA. Grayscale: #7D7D7D. Windows color (decimal): -4298939 or 4548542. OLE color: 4548542.

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

Color convert

RGB19010369-
CMYK00.460.640.25
HSL16.86º48.21%50.78%-
HSV(B)16.86º63.68%74.51%-
XYZ27.1621.088.27-
YUV125.1496.32174.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=52.49%
G=28.45%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901036900.460.640.2516.8648.2150.78
HexBE674502E4019113033
Octal27614710505610031216063
Binary1011111011001111000101010111010000001100110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6745; }

 p { color: rgb(190,103,69); }

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

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

 a { background-color: rgb(190,103,69); }

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

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

 span { border-color: rgb(190,103,69); }

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