Html Css Color HEX #BD9D95 Quicksand

📋 copy color: '#BD9D95'

red 189 ◦ green 157 ◦ blue 149

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

Shades of Quicksand #BD9D95

Tints of Quicksand #BD9D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 38.18%
G = 31.72%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD9D95 (or 0xBD9D95) is known color: Quicksand. HEX triplet: BD, 9D and 95. RGB value is (189,157,149). Sum of RGB (Red+Green+Blue) = 189+157+149=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D95 is #42626A. Grayscale: #A5A5A5. Windows color (decimal): -4350571 or 9805245. OLE color: 9805245.

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

Color convert

RGB 189 157 149 -
CMYK 0 0.17 0.21 0.26
HSL 12º 0.23% 0.66% -
HSV(B) 12º 0.21% 0.74% -
XYZ 38.47 37.1 33.57 -
YUV 165.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 189 157 149 0 0.17 0.21 0.26 12 0.23 0.66
Hex BD 9D 95 0 11 15 1A C 17 42
Octal 275 235 225 0 21 25 32 14 27 102
Binary 10111101 10011101 10010101 0 10001 10101 11010 1100 10111 1000010

Color Harmonies of #BD9D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D95

Black with #BD9D95

Text Example


Text Example

White with #BD9D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D95; }

 p { color: rgb(189,157,149); }

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

background-color css

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

 a { background-color: rgb(189,157,149); }

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

border-color css

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

 span { border-color: rgb(189,157,149); }

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