Html Css Color HEX #BC988E Quicksand

📋 copy color: '#BC988E'

red 188 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #BC988E

Tints of Quicksand #BC988E

RGB

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

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

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

R = 39%
G = 31.54%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC988E (or 0xBC988E) is known color: Quicksand. HEX triplet: BC, 98 and 8E. RGB value is (188,152,142). Sum of RGB (Red+Green+Blue) = 188+152+142=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC988E is #436771. Grayscale: #A1A1A1. Windows color (decimal): -4417394 or 9345212. OLE color: 9345212.

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

Color convert

RGB 188 152 142 -
CMYK 0 0.19 0.24 0.26
HSL 13.04º 0.26% 0.65% -
HSV(B) 13.04º 0.24% 0.74% -
XYZ 36.85 35.1 30.42 -
YUV 161.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 188 152 142 0 0.19 0.24 0.26 13.04 0.26 0.65
Hex BC 98 8E 0 13 18 1A D 1A 41
Octal 274 230 216 0 23 30 32 15 32 101
Binary 10111100 10011000 10001110 0 10011 11000 11010 1101 11010 1000001

Color Harmonies of #BC988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC988E

Black with #BC988E

Text Example


Text Example

White with #BC988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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