Html Css Color HEX #BD978D Quicksand

📋 copy color: '#BD978D'

red 189 ◦ green 151 ◦ blue 141

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

Shades of Quicksand #BD978D

Tints of Quicksand #BD978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 39.29%
G = 31.39%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD978D (or 0xBD978D) is known color: Quicksand. HEX triplet: BD, 97 and 8D. RGB value is (189,151,141). Sum of RGB (Red+Green+Blue) = 189+151+141=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978D is #426872. Grayscale: #A1A1A1. Windows color (decimal): -4352115 or 9279421. OLE color: 9279421.

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

Color convert

RGB 189 151 141 -
CMYK 0 0.20 0.25 0.26
HSL 12.5º 0.27% 0.65% -
HSV(B) 12.5º 0.25% 0.74% -
XYZ 36.86 34.88 29.99 -
YUV 161.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 189 151 141 0 0.20 0.25 0.26 12.5 0.27 0.65
Hex BD 97 8D 0 14 19 1A C 1B 41
Octal 275 227 215 0 24 31 32 14 33 101
Binary 10111101 10010111 10001101 0 10100 11001 11010 1100 11011 1000001

Color Harmonies of #BD978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD978D

Black with #BD978D

Text Example


Text Example

White with #BD978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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