#BD948B

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

Shades of Quicksand #BD948B

Tints of Quicksand #BD948B

Color information

#BD948B (or 0xBD948B) is unknown color: approx Quicksand. HEX triplet: BD, 94 and 8B. RGB value is (189,148,139). Sum of RGB (Red+Green+Blue) = 189+148+139=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948B is #426B74. Grayscale: #9F9F9F. Windows color (decimal): -4352885 or 9147581. OLE color: 9147581.

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

Color convert

RGB189148139-
CMYK00.220.260.26
HSL10.8º27.47%64.31%-
HSV(B)10.8º26.46%74.12%-
XYZ36.2433.8629.05-
YUV159.23116.58149.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=39.71%
G=31.09%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914813900.220.260.2610.827.4764.31
HexBD948B0161A1Ab1b40
Octal27522421302632321333100
Binary10111101100101001000101101011011010110101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD948B; }

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

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

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

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

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

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

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

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