#BE6750

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

Shades of Flame Pea #BE6750

Tints of Flame Pea #BE6750

Color information

#BE6750 (or 0xBE6750) is unknown color: approx Flame Pea. HEX triplet: BE, 67 and 50. RGB value is (190,103,80). Sum of RGB (Red+Green+Blue) = 190+103+80=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6750 is #4198AF. Grayscale: #7E7E7E. Windows color (decimal): -4298928 or 5269438. OLE color: 5269438.

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

Color convert

RGB19010380-
CMYK00.460.580.25
HSL12.55º45.83%52.94%-
HSV(B)12.55º57.89%74.51%-
XYZ27.5321.2310.24-
YUV126.39101.82173.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=50.94%
G=27.61%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901038000.460.580.2512.5545.8352.94
HexBE675002E3A19d2e35
Octal2761471200567231155665
Binary10111110110011110100000101110111010110011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6750; }

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

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

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

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

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

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

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

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