Html Css Color HEX #BD978F Quicksand

📋 copy color: '#BD978F'

red 189 ◦ green 151 ◦ blue 143

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

Shades of Quicksand #BD978F

Tints of Quicksand #BD978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 39.13%
G = 31.26%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD978F (or 0xBD978F) is known color: Quicksand. HEX triplet: BD, 97 and 8F. RGB value is (189,151,143). Sum of RGB (Red+Green+Blue) = 189+151+143=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978F is #426870. Grayscale: #A1A1A1. Windows color (decimal): -4352113 or 9410493. OLE color: 9410493.

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

Color convert

RGB 189 151 143 -
CMYK 0 0.20 0.24 0.26
HSL 10.43º 0.26% 0.65% -
HSV(B) 10.43º 0.24% 0.74% -
XYZ 37.01 34.94 30.78 -
YUV 161.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 189 151 143 0 0.20 0.24 0.26 10.43 0.26 0.65
Hex BD 97 8F 0 14 18 1A A 1A 41
Octal 275 227 217 0 24 30 32 12 32 101
Binary 10111101 10010111 10001111 0 10100 11000 11010 1010 11010 1000001

Color Harmonies of #BD978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD978F

Black with #BD978F

Text Example


Text Example

White with #BD978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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