Html Css Color HEX #BC9386 Quicksand

📋 copy color: '#BC9386'

red 188 ◦ green 147 ◦ blue 134

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

Shades of Quicksand #BC9386

Tints of Quicksand #BC9386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 40.09%
G = 31.34%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC9386 (or 0xBC9386) is known color: Quicksand. HEX triplet: BC, 93 and 86. RGB value is (188,147,134). Sum of RGB (Red+Green+Blue) = 188+147+134=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9386 is #436C79. Grayscale: #9D9D9D. Windows color (decimal): -4418682 or 8819644. OLE color: 8819644.

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

Color convert

RGB 188 147 134 -
CMYK 0 0.22 0.29 0.26
HSL 14.44º 0.29% 0.63% -
HSV(B) 14.44º 0.29% 0.74% -
XYZ 35.48 33.28 27.11 -
YUV 157.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 188 147 134 0 0.22 0.29 0.26 14.44 0.29 0.63
Hex BC 93 86 0 16 1D 1A E 1D 3F
Octal 274 223 206 0 26 35 32 16 35 77
Binary 10111100 10010011 10000110 0 10110 11101 11010 1110 11101 111111

Color Harmonies of #BC9386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9386

Black with #BC9386

Text Example


Text Example

White with #BC9386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9386; }

 p { color: rgb(188,147,134); }

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

background-color css

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

 a { background-color: rgb(188,147,134); }

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

border-color css

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

 span { border-color: rgb(188,147,134); }

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