Html Css Color HEX #BD9E97 Quicksand

📋 copy color: '#BD9E97'

red 189 ◦ green 158 ◦ blue 151

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

Shades of Quicksand #BD9E97

Tints of Quicksand #BD9E97

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.73%

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 37.95%
G = 31.73%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD9E97 (or 0xBD9E97) is known color: Quicksand. HEX triplet: BD, 9E and 97. RGB value is (189,158,151). Sum of RGB (Red+Green+Blue) = 189+158+151=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E97 is #426168. Grayscale: #A6A6A6. Windows color (decimal): -4350313 or 9936573. OLE color: 9936573.

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

Color convert

RGB 189 158 151 -
CMYK 0 0.16 0.20 0.26
HSL 11.05º 0.22% 0.67% -
HSV(B) 11.05º 0.2% 0.74% -
XYZ 38.8 37.51 34.47 -
YUV 166.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 189 158 151 0 0.16 0.20 0.26 11.05 0.22 0.67
Hex BD 9E 97 0 10 14 1A B 16 43
Octal 275 236 227 0 20 24 32 13 26 103
Binary 10111101 10011110 10010111 0 10000 10100 11010 1011 10110 1000011

Color Harmonies of #BD9E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E97

Black with #BD9E97

Text Example


Text Example

White with #BD9E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E97; }

 p { color: rgb(189,158,151); }

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

background-color css

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

 a { background-color: rgb(189,158,151); }

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

border-color css

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

 span { border-color: rgb(189,158,151); }

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