Html Css Color HEX #BB968E Quicksand

📋 copy color: '#BB968E'

red 187 ◦ green 150 ◦ blue 142

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

Shades of Quicksand #BB968E

Tints of Quicksand #BB968E

RGB

 RED value IS 187 (73.44% from 255) = 39.04%

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 39.04%
G = 31.32%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB968E (or 0xBB968E) is known color: Quicksand. HEX triplet: BB, 96 and 8E. RGB value is (187,150,142). Sum of RGB (Red+Green+Blue) = 187+150+142=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB968E is #446971. Grayscale: #A0A0A0. Windows color (decimal): -4483442 or 9344699. OLE color: 9344699.

HSL color Cylindrical-coordinate representation of color #BB968E: hue angle of 10.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB968E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 142 -
CMYK 0 0.20 0.24 0.27
HSL 10.67º 0.25% 0.65% -
HSV(B) 10.67º 0.24% 0.73% -
XYZ 36.28 34.33 30.31 -
YUV 160.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 187 150 142 0 0.20 0.24 0.27 10.67 0.25 0.65
Hex BB 96 8E 0 14 18 1B B 19 41
Octal 273 226 216 0 24 30 33 13 31 101
Binary 10111011 10010110 10001110 0 10100 11000 11011 1011 11001 1000001

Color Harmonies of #BB968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB968E

Black with #BB968E

Text Example


Text Example

White with #BB968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB968E; }

 p { color: rgb(187,150,142); }

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

background-color css

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

 a { background-color: rgb(187,150,142); }

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

border-color css

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

 span { border-color: rgb(187,150,142); }

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