Html Css Color HEX #BD9A93 Quicksand

📋 copy color: '#BD9A93'

red 189 ◦ green 154 ◦ blue 147

#BD9A93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #BD9A93

Tints of Quicksand #BD9A93

RGB

 RED value IS 189 (74.22% from 255) = 38.57%

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 147 (57.81% from 255) = 30%

R = 38.57%
G = 31.43%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD9A93 (or 0xBD9A93) is known color: Quicksand. HEX triplet: BD, 9A and 93. RGB value is (189,154,147). Sum of RGB (Red+Green+Blue) = 189+154+147=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A93 is #42656C. Grayscale: #A3A3A3. Windows color (decimal): -4351341 or 9673405. OLE color: 9673405.

HSL color Cylindrical-coordinate representation of color #BD9A93: hue angle of 10º 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 #BD9A93 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 147 -
CMYK 0 0.19 0.22 0.26
HSL 10º 0.24% 0.66% -
HSV(B) 10º 0.22% 0.74% -
XYZ 37.81 36.04 32.57 -
YUV 163.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 189 154 147 0 0.19 0.22 0.26 10 0.24 0.66
Hex BD 9A 93 0 13 16 1A A 18 42
Octal 275 232 223 0 23 26 32 12 30 102
Binary 10111101 10011010 10010011 0 10011 10110 11010 1010 11000 1000010

Color Harmonies of #BD9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A93

Black with #BD9A93

Text Example


Text Example

White with #BD9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A93; }

 p { color: rgb(189,154,147); }

 H1.HeaderClassName
 {
   color: #BD9A93;
 }
 .AnyTagClassName
 {
   color: #BD9A93;
 }
</style>

background-color css

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

 a { background-color: rgb(189,154,147); }

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

border-color css

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

 span { border-color: rgb(189,154,147); }

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