#BE6C5A

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

Shades of Sunglo #BE6C5A

Tints of Sunglo #BE6C5A

Color information

#BE6C5A (or 0xBE6C5A) is unknown color: approx Sunglo. HEX triplet: BE, 6C and 5A. RGB value is (190,108,90). Sum of RGB (Red+Green+Blue) = 190+108+90=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C5A is #4193A5. Grayscale: #828282. Windows color (decimal): -4297638 or 5926078. OLE color: 5926078.

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

Color convert

RGB19010890-
CMYK00.430.530.25
HSL10.8º43.48%54.9%-
HSV(B)10.8º52.63%74.51%-
XYZ28.4422.4112.5-
YUV130.47105.17170.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=48.97%
G=27.84%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901089000.430.530.2510.843.4854.9
HexBE6C5A02B3519b2b37
Octal2761541320536531135367
Binary10111110110110010110100101011110101110011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C5A; }

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

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

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

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

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

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

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

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