#BE605B

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

Shades of Sunglo #BE605B

Tints of Sunglo #BE605B

Color information

#BE605B (or 0xBE605B) is unknown color: approx Sunglo. HEX triplet: BE, 60 and 5B. RGB value is (190,96,91). Sum of RGB (Red+Green+Blue) = 190+96+91=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE605B is #419FA4. Grayscale: #7B7B7B. Windows color (decimal): -4300709 or 5988542. OLE color: 5988542.

HSL color Cylindrical-coordinate representation of color #BE605B: hue angle of 3.03º 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 #BE605B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1909691-
CMYK00.490.520.25
HSL3.03º43.23%55.1%-
HSV(B)3.03º52.11%74.51%-
XYZ27.3120.0712.33-
YUV123.54109.64175.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=50.40%
G=25.46%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190969100.490.520.253.0343.2355.1
HexBE605B031341932b37
Octal276140133061643135367
Binary101111101100000101101101100011101001100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE605B; }

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

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

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

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

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

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

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

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