#BE665A

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

Shades of Sunglo #BE665A

Tints of Sunglo #BE665A

Color information

#BE665A (or 0xBE665A) is unknown color: approx Sunglo. HEX triplet: BE, 66 and 5A. RGB value is (190,102,90). Sum of RGB (Red+Green+Blue) = 190+102+90=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE665A is #4199A5. Grayscale: #7F7F7F. Windows color (decimal): -4299174 or 5924542. OLE color: 5924542.

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

Color convert

RGB19010290-
CMYK00.460.530.25
HSL7.2º43.48%54.9%-
HSV(B)7.2º52.63%74.51%-
XYZ27.8321.1912.3-
YUV126.94107.15172.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=49.74%
G=26.70%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901029000.460.530.257.243.4854.9
HexBE665A02E351972b37
Octal276146132056653175367
Binary1011111011001101011010010111011010111001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE665A; }

 p { color: rgb(190,102,90); }

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

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

 a { background-color: rgb(190,102,90); }

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

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

 span { border-color: rgb(190,102,90); }

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