#BE695B

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

Shades of Sunglo #BE695B

Tints of Sunglo #BE695B

Color information

#BE695B (or 0xBE695B) is unknown color: approx Sunglo. HEX triplet: BE, 69 and 5B. RGB value is (190,105,91). Sum of RGB (Red+Green+Blue) = 190+105+91=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE695B is #4196A4. Grayscale: #808080. Windows color (decimal): -4298405 or 5990846. OLE color: 5990846.

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

Color convert

RGB19010591-
CMYK00.450.520.25
HSL8.48º43.23%55.1%-
HSV(B)8.48º52.11%74.51%-
XYZ28.1821.8112.62-
YUV128.82106.66171.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=49.22%
G=27.20%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901059100.450.520.258.4843.2355.1
HexBE695B02D341982b37
Octal2761511330556431105367
Binary10111110110100110110110101101110100110011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE695B; }

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

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

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

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

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

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

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

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