Html Css Color HEX #BC968A Quicksand

📋 copy color: '#BC968A'

red 188 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #BC968A

Tints of Quicksand #BC968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 39.5%
G = 31.51%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC968A (or 0xBC968A) is known color: Quicksand. HEX triplet: BC, 96 and 8A. RGB value is (188,150,138). Sum of RGB (Red+Green+Blue) = 188+150+138=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968A is #436975. Grayscale: #A0A0A0. Windows color (decimal): -4417910 or 9082556. OLE color: 9082556.

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

Color convert

RGB 188 150 138 -
CMYK 0 0.20 0.27 0.26
HSL 14.4º 0.27% 0.64% -
HSV(B) 14.4º 0.27% 0.74% -
XYZ 36.23 34.34 28.76 -
YUV 159.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 188 150 138 0 0.20 0.27 0.26 14.4 0.27 0.64
Hex BC 96 8A 0 14 1B 1A E 1B 40
Octal 274 226 212 0 24 33 32 16 33 100
Binary 10111100 10010110 10001010 0 10100 11011 11010 1110 11011 1000000

Color Harmonies of #BC968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC968A

Black with #BC968A

Text Example


Text Example

White with #BC968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC968A; }

 p { color: rgb(188,150,138); }

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

background-color css

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

 a { background-color: rgb(188,150,138); }

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

border-color css

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

 span { border-color: rgb(188,150,138); }

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