Html Css Color HEX #BD9C95 Quicksand

📋 copy color: '#BD9C95'

red 189 ◦ green 156 ◦ blue 149

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

Shades of Quicksand #BD9C95

Tints of Quicksand #BD9C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 38.26%
G = 31.58%
B = 30.16%

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

#BD9C95 (or 0xBD9C95) is known color: Quicksand. HEX triplet: BD, 9C and 95. RGB value is (189,156,149). Sum of RGB (Red+Green+Blue) = 189+156+149=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C95 is #42636A. Grayscale: #A5A5A5. Windows color (decimal): -4350827 or 9804989. OLE color: 9804989.

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

Color convert

RGB 189 156 149 -
CMYK 0 0.17 0.21 0.26
HSL 10.5º 0.23% 0.66% -
HSV(B) 10.5º 0.21% 0.74% -
XYZ 38.3 36.77 33.51 -
YUV 165.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 189 156 149 0 0.17 0.21 0.26 10.5 0.23 0.66
Hex BD 9C 95 0 11 15 1A A 17 42
Octal 275 234 225 0 21 25 32 12 27 102
Binary 10111101 10011100 10010101 0 10001 10101 11010 1010 10111 1000010

Color Harmonies of #BD9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C95

Black with #BD9C95

Text Example


Text Example

White with #BD9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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