Html Css Color HEX #BD978E Quicksand

📋 copy color: '#BD978E'

red 189 ◦ green 151 ◦ blue 142

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

Shades of Quicksand #BD978E

Tints of Quicksand #BD978E

RGB

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

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

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

R = 39.21%
G = 31.33%
B = 29.46%

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

#BD978E (or 0xBD978E) is known color: Quicksand. HEX triplet: BD, 97 and 8E. RGB value is (189,151,142). Sum of RGB (Red+Green+Blue) = 189+151+142=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978E is #426871. Grayscale: #A1A1A1. Windows color (decimal): -4352114 or 9344957. OLE color: 9344957.

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

Color convert

RGB 189 151 142 -
CMYK 0 0.20 0.25 0.26
HSL 11.49º 0.26% 0.65% -
HSV(B) 11.49º 0.25% 0.74% -
XYZ 36.94 34.91 30.38 -
YUV 161.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 189 151 142 0 0.20 0.25 0.26 11.49 0.26 0.65
Hex BD 97 8E 0 14 19 1A B 1A 41
Octal 275 227 216 0 24 31 32 13 32 101
Binary 10111101 10010111 10001110 0 10100 11001 11010 1011 11010 1000001

Color Harmonies of #BD978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD978E

Black with #BD978E

Text Example


Text Example

White with #BD978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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