Html Css Color HEX #BB978F Quicksand

📋 copy color: '#BB978F'

red 187 ◦ green 151 ◦ blue 143

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

Shades of Quicksand #BB978F

Tints of Quicksand #BB978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 38.88%
G = 31.39%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB978F (or 0xBB978F) is known color: Quicksand. HEX triplet: BB, 97 and 8F. RGB value is (187,151,143). Sum of RGB (Red+Green+Blue) = 187+151+143=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB978F is #446870. Grayscale: #A0A0A0. Windows color (decimal): -4483185 or 9410491. OLE color: 9410491.

HSL color Cylindrical-coordinate representation of color #BB978F: hue angle of 10.91º degrees, saturation: 0.24, 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 #BB978F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 143 -
CMYK 0 0.19 0.24 0.27
HSL 10.91º 0.24% 0.65% -
HSV(B) 10.91º 0.24% 0.73% -
XYZ 36.52 34.68 30.76 -
YUV 160.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 187 151 143 0 0.19 0.24 0.27 10.91 0.24 0.65
Hex BB 97 8F 0 13 18 1B B 18 41
Octal 273 227 217 0 23 30 33 13 30 101
Binary 10111011 10010111 10001111 0 10011 11000 11011 1011 11000 1000001

Color Harmonies of #BB978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB978F

Black with #BB978F

Text Example


Text Example

White with #BB978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB978F; }

 p { color: rgb(187,151,143); }

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

background-color css

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

 a { background-color: rgb(187,151,143); }

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

border-color css

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

 span { border-color: rgb(187,151,143); }

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