#BE615A

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

Shades of Sunglo #BE615A

Tints of Sunglo #BE615A

Color information

#BE615A (or 0xBE615A) is unknown color: approx Sunglo. HEX triplet: BE, 61 and 5A. RGB value is (190,97,90). Sum of RGB (Red+Green+Blue) = 190+97+90=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE615A is #419EA5. Grayscale: #7C7C7C. Windows color (decimal): -4300454 or 5923262. OLE color: 5923262.

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

Color convert

RGB1909790-
CMYK00.490.530.25
HSL4.2º43.48%54.9%-
HSV(B)4.2º52.63%74.51%-
XYZ27.3620.2312.14-
YUV124.01108.81175.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=50.40%
G=25.73%
B=23.87%

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
Decimal190979000.490.530.254.243.4854.9
HexBE615A031351942b37
Octal276141132061653145367
Binary1011111011000011011010011000111010111001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE615A; }

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

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

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

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

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

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

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

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