Html Css Color HEX #BC978A Quicksand

📋 copy color: '#BC978A'

red 188 ◦ green 151 ◦ blue 138

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

Shades of Quicksand #BC978A

Tints of Quicksand #BC978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 39.41%
G = 31.66%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC978A (or 0xBC978A) is known color: Quicksand. HEX triplet: BC, 97 and 8A. RGB value is (188,151,138). Sum of RGB (Red+Green+Blue) = 188+151+138=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978A is #436875. Grayscale: #A0A0A0. Windows color (decimal): -4417654 or 9082812. OLE color: 9082812.

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

Color convert

RGB 188 151 138 -
CMYK 0 0.20 0.27 0.26
HSL 15.6º 0.27% 0.64% -
HSV(B) 15.6º 0.27% 0.74% -
XYZ 36.39 34.66 28.82 -
YUV 160.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 188 151 138 0 0.20 0.27 0.26 15.6 0.27 0.64
Hex BC 97 8A 0 14 1B 1A 10 1B 40
Octal 274 227 212 0 24 33 32 20 33 100
Binary 10111100 10010111 10001010 0 10100 11011 11010 10000 11011 1000000

Color Harmonies of #BC978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC978A

Black with #BC978A

Text Example


Text Example

White with #BC978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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