#BE9B95

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

Shades of Quicksand #BE9B95

Tints of Quicksand #BE9B95

Color information

#BE9B95 (or 0xBE9B95) is unknown color: approx Quicksand. HEX triplet: BE, 9B and 95. RGB value is (190,155,149). Sum of RGB (Red+Green+Blue) = 190+155+149=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B95 is #41646A. Grayscale: #A4A4A4. Windows color (decimal): -4285547 or 9804734. OLE color: 9804734.

HSL color Cylindrical-coordinate representation of color #BE9B95: hue angle of 8.78º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9B95 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190155149-
CMYK00.180.220.25
HSL8.78º23.98%66.47%-
HSV(B)8.78º21.58%74.51%-
XYZ38.3836.5633.47-
YUV164.78119.1145.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=38.46%
G=31.38%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015514900.180.220.258.7823.9866.47
HexBE9B95012161991842
Octal27623322502226311130102
Binary10111110100110111001010101001010110110011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B95; }

 p { color: rgb(190,155,149); }

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

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

 a { background-color: rgb(190,155,149); }

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

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

 span { border-color: rgb(190,155,149); }

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