Html Css Color HEX #BD9B95 Quicksand

📋 copy color: '#BD9B95'

red 189 ◦ green 155 ◦ blue 149

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

Shades of Quicksand #BD9B95

Tints of Quicksand #BD9B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 38.34%
G = 31.44%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD9B95 (or 0xBD9B95) is known color: Quicksand. HEX triplet: BD, 9B and 95. RGB value is (189,155,149). Sum of RGB (Red+Green+Blue) = 189+155+149=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B95 is #42646A. Grayscale: #A4A4A4. Windows color (decimal): -4351083 or 9804733. OLE color: 9804733.

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

Color convert

RGB 189 155 149 -
CMYK 0 0.18 0.21 0.26
HSL 0.23% 0.66% -
HSV(B) 0.21% 0.74% -
XYZ 38.13 36.43 33.46 -
YUV 164.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 189 155 149 0 0.18 0.21 0.26 9 0.23 0.66
Hex BD 9B 95 0 12 15 1A 9 17 42
Octal 275 233 225 0 22 25 32 11 27 102
Binary 10111101 10011011 10010101 0 10010 10101 11010 1001 10111 1000010

Color Harmonies of #BD9B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B95

Black with #BD9B95

Text Example


Text Example

White with #BD9B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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