Html Css Color HEX #BD978C Quicksand

📋 copy color: '#BD978C'

red 189 ◦ green 151 ◦ blue 140

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

Shades of Quicksand #BD978C

Tints of Quicksand #BD978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 39.38%
G = 31.46%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD978C (or 0xBD978C) is known color: Quicksand. HEX triplet: BD, 97 and 8C. RGB value is (189,151,140). Sum of RGB (Red+Green+Blue) = 189+151+140=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978C is #426873. Grayscale: #A1A1A1. Windows color (decimal): -4352116 or 9213885. OLE color: 9213885.

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

Color convert

RGB 189 151 140 -
CMYK 0 0.20 0.26 0.26
HSL 13.47º 0.27% 0.65% -
HSV(B) 13.47º 0.26% 0.74% -
XYZ 36.79 34.85 29.6 -
YUV 161.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 189 151 140 0 0.20 0.26 0.26 13.47 0.27 0.65
Hex BD 97 8C 0 14 1A 1A D 1B 41
Octal 275 227 214 0 24 32 32 15 33 101
Binary 10111101 10010111 10001100 0 10100 11010 11010 1101 11011 1000001

Color Harmonies of #BD978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD978C

Black with #BD978C

Text Example


Text Example

White with #BD978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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