#BE605A

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

Shades of Sunglo #BE605A

Tints of Sunglo #BE605A

Color information

#BE605A (or 0xBE605A) is unknown color: approx Sunglo. HEX triplet: BE, 60 and 5A. RGB value is (190,96,90). Sum of RGB (Red+Green+Blue) = 190+96+90=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE605A is #419FA5. Grayscale: #7B7B7B. Windows color (decimal): -4300710 or 5923006. OLE color: 5923006.

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

Color convert

RGB1909690-
CMYK00.490.530.25
HSL3.6º43.48%54.9%-
HSV(B)3.6º52.63%74.51%-
XYZ27.2620.0512.11-
YUV123.42109.14175.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=50.53%
G=25.53%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190969000.490.530.253.643.4854.9
HexBE605A031351942b37
Octal276140132061653145367
Binary1011111011000001011010011000111010111001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE605A; }

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

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

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

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

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

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

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

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