#BE655E

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

Shades of Sunglo #BE655E

Tints of Sunglo #BE655E

Color information

#BE655E (or 0xBE655E) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 5E. RGB value is (190,101,94). Sum of RGB (Red+Green+Blue) = 190+101+94=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE655E is #419AA1. Grayscale: #7E7E7E. Windows color (decimal): -4299426 or 6186430. OLE color: 6186430.

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

Color convert

RGB19010194-
CMYK00.470.510.25
HSL4.38º42.48%55.69%-
HSV(B)4.38º50.53%74.51%-
XYZ27.9121.0613.18-
YUV126.81109.49173.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=49.35%
G=26.23%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901019400.470.510.254.3842.4855.69
HexBE655E02F331942a38
Octal276145136057633145270
Binary1011111011001011011110010111111001111001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE655E; }

 p { color: rgb(190,101,94); }

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

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

 a { background-color: rgb(190,101,94); }

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

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

 span { border-color: rgb(190,101,94); }

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