#BD9081

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

Shades of Quicksand #BD9081

Tints of Quicksand #BD9081

Color information

#BD9081 (or 0xBD9081) is unknown color: approx Quicksand. HEX triplet: BD, 90 and 81. RGB value is (189,144,129). Sum of RGB (Red+Green+Blue) = 189+144+129=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9081 is #426F7E. Grayscale: #9B9B9B. Windows color (decimal): -4353919 or 8491197. OLE color: 8491197.

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

Color convert

RGB189144129-
CMYK00.240.320.26
HSL15º31.25%62.35%-
HSV(B)15º31.75%74.12%-
XYZ34.9232.3525.17-
YUV155.74112.91151.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=40.91%
G=31.17%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914412900.240.320.261531.2562.35
HexBD9081018201Af1f3e
Octal2752202010304032173776
Binary10111101100100001000000101100010000011010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9081; }

 p { color: rgb(189,144,129); }

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

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

 a { background-color: rgb(189,144,129); }

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

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

 span { border-color: rgb(189,144,129); }

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