Html Css Color HEX #BD968E Quicksand

📋 copy color: '#BD968E'

red 189 ◦ green 150 ◦ blue 142

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

Shades of Quicksand #BD968E

Tints of Quicksand #BD968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 39.29%
G = 31.19%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD968E (or 0xBD968E) is known color: Quicksand. HEX triplet: BD, 96 and 8E. RGB value is (189,150,142). Sum of RGB (Red+Green+Blue) = 189+150+142=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD968E is #426971. Grayscale: #A0A0A0. Windows color (decimal): -4352370 or 9344701. OLE color: 9344701.

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

Color convert

RGB 189 150 142 -
CMYK 0 0.21 0.25 0.26
HSL 10.21º 0.26% 0.65% -
HSV(B) 10.21º 0.25% 0.74% -
XYZ 36.78 34.58 30.33 -
YUV 160.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 189 150 142 0 0.21 0.25 0.26 10.21 0.26 0.65
Hex BD 96 8E 0 15 19 1A A 1A 41
Octal 275 226 216 0 25 31 32 12 32 101
Binary 10111101 10010110 10001110 0 10101 11001 11010 1010 11010 1000001

Color Harmonies of #BD968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD968E

Black with #BD968E

Text Example


Text Example

White with #BD968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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