#BE615B

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

Shades of Sunglo #BE615B

Tints of Sunglo #BE615B

Color information

#BE615B (or 0xBE615B) is unknown color: approx Sunglo. HEX triplet: BE, 61 and 5B. RGB value is (190,97,91). Sum of RGB (Red+Green+Blue) = 190+97+91=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE615B is #419EA4. Grayscale: #7C7C7C. Windows color (decimal): -4300453 or 5988798. OLE color: 5988798.

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

Color convert

RGB1909791-
CMYK00.490.520.25
HSL3.64º43.23%55.1%-
HSV(B)3.64º52.11%74.51%-
XYZ27.420.2512.36-
YUV124.12109.31174.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=50.26%
G=25.66%
B=24.07%

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
Decimal190979100.490.520.253.6443.2355.1
HexBE615B031341942b37
Octal276141133061643145367
Binary1011111011000011011011011000111010011001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE615B; }

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

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

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

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

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

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

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

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