Html Css Color HEX #BC968B Quicksand

📋 copy color: '#BC968B'

red 188 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #BC968B

Tints of Quicksand #BC968B

RGB

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

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

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

R = 39.41%
G = 31.45%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC968B (or 0xBC968B) is known color: Quicksand. HEX triplet: BC, 96 and 8B. RGB value is (188,150,139). Sum of RGB (Red+Green+Blue) = 188+150+139=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968B is #436974. Grayscale: #A0A0A0. Windows color (decimal): -4417909 or 9148092. OLE color: 9148092.

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

Color convert

RGB 188 150 139 -
CMYK 0 0.20 0.26 0.26
HSL 13.47º 0.27% 0.64% -
HSV(B) 13.47º 0.26% 0.74% -
XYZ 36.31 34.37 29.15 -
YUV 160.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 188 150 139 0 0.20 0.26 0.26 13.47 0.27 0.64
Hex BC 96 8B 0 14 1A 1A D 1B 40
Octal 274 226 213 0 24 32 32 15 33 100
Binary 10111100 10010110 10001011 0 10100 11010 11010 1101 11011 1000000

Color Harmonies of #BC968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC968B

Black with #BC968B

Text Example


Text Example

White with #BC968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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