#BE625D

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

Shades of Sunglo #BE625D

Tints of Sunglo #BE625D

Color information

#BE625D (or 0xBE625D) is unknown color: approx Sunglo. HEX triplet: BE, 62 and 5D. RGB value is (190,98,93). Sum of RGB (Red+Green+Blue) = 190+98+93=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE625D is #419DA2. Grayscale: #7D7D7D. Windows color (decimal): -4300195 or 6120126. OLE color: 6120126.

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

Color convert

RGB1909893-
CMYK00.480.510.25
HSL3.09º42.73%55.49%-
HSV(B)3.09º51.05%74.51%-
XYZ27.5820.4712.85-
YUV124.94109.98174.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=49.87%
G=25.72%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190989300.480.510.253.0942.7355.49
HexBE625D030331932b37
Octal276142135060633135367
Binary101111101100010101110101100001100111100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE625D; }

 p { color: rgb(190,98,93); }

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

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

 a { background-color: rgb(190,98,93); }

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

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

 span { border-color: rgb(190,98,93); }

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