#BE655B

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

Shades of Sunglo #BE655B

Tints of Sunglo #BE655B

Color information

#BE655B (or 0xBE655B) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 5B. RGB value is (190,101,91). Sum of RGB (Red+Green+Blue) = 190+101+91=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE655B is #419AA4. Grayscale: #7E7E7E. Windows color (decimal): -4299429 or 5989822. OLE color: 5989822.

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

Color convert

RGB19010191-
CMYK00.470.520.25
HSL6.06º43.23%55.1%-
HSV(B)6.06º52.11%74.51%-
XYZ27.7821.0112.49-
YUV126.47107.99173.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=49.74%
G=26.44%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901019100.470.520.256.0643.2355.1
HexBE655B02F341962b37
Octal276145133057643165367
Binary1011111011001011011011010111111010011001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE655B; }

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

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

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

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

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

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

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

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