Html Css Color HEX #BC988D Quicksand

📋 copy color: '#BC988D'

red 188 ◦ green 152 ◦ blue 141

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

Shades of Quicksand #BC988D

Tints of Quicksand #BC988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.6%

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

R = 39.09%
G = 31.6%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC988D (or 0xBC988D) is known color: Quicksand. HEX triplet: BC, 98 and 8D. RGB value is (188,152,141). Sum of RGB (Red+Green+Blue) = 188+152+141=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC988D is #436772. Grayscale: #A1A1A1. Windows color (decimal): -4417395 or 9279676. OLE color: 9279676.

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

Color convert

RGB 188 152 141 -
CMYK 0 0.19 0.25 0.26
HSL 14.04º 0.26% 0.65% -
HSV(B) 14.04º 0.25% 0.74% -
XYZ 36.78 35.07 30.03 -
YUV 161.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 188 152 141 0 0.19 0.25 0.26 14.04 0.26 0.65
Hex BC 98 8D 0 13 19 1A E 1A 41
Octal 274 230 215 0 23 31 32 16 32 101
Binary 10111100 10011000 10001101 0 10011 11001 11010 1110 11010 1000001

Color Harmonies of #BC988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC988D

Black with #BC988D

Text Example


Text Example

White with #BC988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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