#BE9B8F

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

Shades of Quicksand #BE9B8F

Tints of Quicksand #BE9B8F

Color information

#BE9B8F (or 0xBE9B8F) is unknown color: approx Quicksand. HEX triplet: BE, 9B and 8F. RGB value is (190,155,143). Sum of RGB (Red+Green+Blue) = 190+155+143=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B8F is #416470. Grayscale: #A4A4A4. Windows color (decimal): -4285553 or 9411518. OLE color: 9411518.

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

Color convert

RGB190155143-
CMYK00.180.250.25
HSL15.32º26.55%65.29%-
HSV(B)15.32º24.74%74.51%-
XYZ37.9136.3731.01-
YUV164.1116.1146.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=38.93%
G=31.76%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015514300.180.250.2515.3226.5565.29
HexBE9B8F0121919f1b41
Octal27623321702231311733101
Binary10111110100110111000111101001011001110011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B8F; }

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

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

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

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

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

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

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

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