Html Css Color HEX #BC978D Quicksand

📋 copy color: '#BC978D'

red 188 ◦ green 151 ◦ blue 141

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

Shades of Quicksand #BC978D

Tints of Quicksand #BC978D

RGB

 RED value IS 188 (73.83% from 255) = 39.17%

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

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

R = 39.17%
G = 31.46%
B = 29.38%

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

#BC978D (or 0xBC978D) is known color: Quicksand. HEX triplet: BC, 97 and 8D. RGB value is (188,151,141). Sum of RGB (Red+Green+Blue) = 188+151+141=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978D is #436872. Grayscale: #A0A0A0. Windows color (decimal): -4417651 or 9279420. OLE color: 9279420.

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

Color convert

RGB 188 151 141 -
CMYK 0 0.20 0.25 0.26
HSL 12.77º 0.26% 0.65% -
HSV(B) 12.77º 0.25% 0.74% -
XYZ 36.61 34.75 29.98 -
YUV 160.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 188 151 141 0 0.20 0.25 0.26 12.77 0.26 0.65
Hex BC 97 8D 0 14 19 1A D 1A 41
Octal 274 227 215 0 24 31 32 15 32 101
Binary 10111100 10010111 10001101 0 10100 11001 11010 1101 11010 1000001

Color Harmonies of #BC978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC978D

Black with #BC978D

Text Example


Text Example

White with #BC978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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