#BD9B94

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

Shades of Quicksand #BD9B94

Tints of Quicksand #BD9B94

Color information

#BD9B94 (or 0xBD9B94) is unknown color: approx Quicksand. HEX triplet: BD, 9B and 94. RGB value is (189,155,148). Sum of RGB (Red+Green+Blue) = 189+155+148=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B94 is #42646B. Grayscale: #A4A4A4. Windows color (decimal): -4351084 or 9739197. OLE color: 9739197.

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

Color convert

RGB189155148-
CMYK00.180.220.26
HSL10.24º23.7%66.08%-
HSV(B)10.24º21.69%74.12%-
XYZ38.0536.433.04-
YUV164.37118.76145.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=38.41%
G=31.50%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915514800.180.220.2610.2423.766.08
HexBD9B94012161Aa1842
Octal27523322402226321230102
Binary10111101100110111001010001001010110110101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B94; }

 p { color: rgb(189,155,148); }

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

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

 a { background-color: rgb(189,155,148); }

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

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

 span { border-color: rgb(189,155,148); }

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