Html Css Color HEX #BC9387 Quicksand

📋 copy color: '#BC9387'

red 188 ◦ green 147 ◦ blue 135

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

Shades of Quicksand #BC9387

Tints of Quicksand #BC9387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 40%
G = 31.28%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC9387 (or 0xBC9387) is known color: Quicksand. HEX triplet: BC, 93 and 87. RGB value is (188,147,135). Sum of RGB (Red+Green+Blue) = 188+147+135=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9387 is #436C78. Grayscale: #9D9D9D. Windows color (decimal): -4418681 or 8885180. OLE color: 8885180.

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

Color convert

RGB 188 147 135 -
CMYK 0 0.22 0.28 0.26
HSL 13.58º 0.28% 0.63% -
HSV(B) 13.58º 0.28% 0.74% -
XYZ 35.55 33.31 27.48 -
YUV 157.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 188 147 135 0 0.22 0.28 0.26 13.58 0.28 0.63
Hex BC 93 87 0 16 1C 1A E 1C 3F
Octal 274 223 207 0 26 34 32 16 34 77
Binary 10111100 10010011 10000111 0 10110 11100 11010 1110 11100 111111

Color Harmonies of #BC9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9387

Black with #BC9387

Text Example


Text Example

White with #BC9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9387; }

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

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

background-color css

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

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

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

border-color css

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

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

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