Html Css Color HEX #BC958D Quicksand

📋 copy color: '#BC958D'

red 188 ◦ green 149 ◦ blue 141

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

Shades of Quicksand #BC958D

Tints of Quicksand #BC958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 39.33%
G = 31.17%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC958D (or 0xBC958D) is known color: Quicksand. HEX triplet: BC, 95 and 8D. RGB value is (188,149,141). Sum of RGB (Red+Green+Blue) = 188+149+141=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958D is #436A72. Grayscale: #9F9F9F. Windows color (decimal): -4418163 or 9278908. OLE color: 9278908.

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

Color convert

RGB 188 149 141 -
CMYK 0 0.21 0.25 0.26
HSL 10.21º 0.26% 0.65% -
HSV(B) 10.21º 0.25% 0.74% -
XYZ 36.29 34.11 29.87 -
YUV 159.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 188 149 141 0 0.21 0.25 0.26 10.21 0.26 0.65
Hex BC 95 8D 0 15 19 1A A 1A 41
Octal 274 225 215 0 25 31 32 12 32 101
Binary 10111100 10010101 10001101 0 10101 11001 11010 1010 11010 1000001

Color Harmonies of #BC958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC958D

Black with #BC958D

Text Example


Text Example

White with #BC958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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