Html Css Color HEX #BD9A8E Quicksand

📋 copy color: '#BD9A8E'

red 189 ◦ green 154 ◦ blue 142

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

Shades of Quicksand #BD9A8E

Tints of Quicksand #BD9A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 38.97%
G = 31.75%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD9A8E (or 0xBD9A8E) is known color: Quicksand. HEX triplet: BD, 9A and 8E. RGB value is (189,154,142). Sum of RGB (Red+Green+Blue) = 189+154+142=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A8E is #426571. Grayscale: #A3A3A3. Windows color (decimal): -4351346 or 9345725. OLE color: 9345725.

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

Color convert

RGB 189 154 142 -
CMYK 0 0.19 0.25 0.26
HSL 15.32º 0.26% 0.65% -
HSV(B) 15.32º 0.25% 0.74% -
XYZ 37.42 35.88 30.54 -
YUV 163.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 189 154 142 0 0.19 0.25 0.26 15.32 0.26 0.65
Hex BD 9A 8E 0 13 19 1A F 1A 41
Octal 275 232 216 0 23 31 32 17 32 101
Binary 10111101 10011010 10001110 0 10011 11001 11010 1111 11010 1000001

Color Harmonies of #BD9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A8E

Black with #BD9A8E

Text Example


Text Example

White with #BD9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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