Html Css Color HEX #BC988B Quicksand

📋 copy color: '#BC988B'

red 188 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #BC988B

Tints of Quicksand #BC988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 39.25%
G = 31.73%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC988B (or 0xBC988B) is known color: Quicksand. HEX triplet: BC, 98 and 8B. RGB value is (188,152,139). Sum of RGB (Red+Green+Blue) = 188+152+139=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC988B is #436774. Grayscale: #A1A1A1. Windows color (decimal): -4417397 or 9148604. OLE color: 9148604.

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

Color convert

RGB 188 152 139 -
CMYK 0 0.19 0.26 0.26
HSL 15.92º 0.27% 0.64% -
HSV(B) 15.92º 0.26% 0.74% -
XYZ 36.63 35.01 29.25 -
YUV 161.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 188 152 139 0 0.19 0.26 0.26 15.92 0.27 0.64
Hex BC 98 8B 0 13 1A 1A 10 1B 40
Octal 274 230 213 0 23 32 32 20 33 100
Binary 10111100 10011000 10001011 0 10011 11010 11010 10000 11011 1000000

Color Harmonies of #BC988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC988B

Black with #BC988B

Text Example


Text Example

White with #BC988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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