Html Css Color HEX #BD9A8F Quicksand

📋 copy color: '#BD9A8F'

red 189 ◦ green 154 ◦ blue 143

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

Shades of Quicksand #BD9A8F

Tints of Quicksand #BD9A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.42%

R = 38.89%
G = 31.69%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD9A8F (or 0xBD9A8F) is known color: Quicksand. HEX triplet: BD, 9A and 8F. RGB value is (189,154,143). Sum of RGB (Red+Green+Blue) = 189+154+143=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A8F is #426570. Grayscale: #A3A3A3. Windows color (decimal): -4351345 or 9411261. OLE color: 9411261.

HSL color Cylindrical-coordinate representation of color #BD9A8F: hue angle of 14.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9A8F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 143 -
CMYK 0 0.19 0.24 0.26
HSL 14.35º 0.26% 0.65% -
HSV(B) 14.35º 0.24% 0.74% -
XYZ 37.5 35.91 30.94 -
YUV 163.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 189 154 143 0 0.19 0.24 0.26 14.35 0.26 0.65
Hex BD 9A 8F 0 13 18 1A E 1A 41
Octal 275 232 217 0 23 30 32 16 32 101
Binary 10111101 10011010 10001111 0 10011 11000 11010 1110 11010 1000001

Color Harmonies of #BD9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A8F

Black with #BD9A8F

Text Example


Text Example

White with #BD9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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