Html Css Color HEX #BD968D Quicksand

📋 copy color: '#BD968D'

red 189 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #BD968D

Tints of Quicksand #BD968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 39.38%
G = 31.25%
B = 29.38%

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

#BD968D (or 0xBD968D) is known color: Quicksand. HEX triplet: BD, 96 and 8D. RGB value is (189,150,141). Sum of RGB (Red+Green+Blue) = 189+150+141=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD968D is #426972. Grayscale: #A0A0A0. Windows color (decimal): -4352371 or 9279165. OLE color: 9279165.

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

Color convert

RGB 189 150 141 -
CMYK 0 0.21 0.25 0.26
HSL 11.25º 0.27% 0.65% -
HSV(B) 11.25º 0.25% 0.74% -
XYZ 36.7 34.55 29.93 -
YUV 160.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 189 150 141 0 0.21 0.25 0.26 11.25 0.27 0.65
Hex BD 96 8D 0 15 19 1A B 1B 41
Octal 275 226 215 0 25 31 32 13 33 101
Binary 10111101 10010110 10001101 0 10101 11001 11010 1011 11011 1000001

Color Harmonies of #BD968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD968D

Black with #BD968D

Text Example


Text Example

White with #BD968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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