Html Css Color HEX #BB958D Quicksand

📋 copy color: '#BB958D'

red 187 ◦ green 149 ◦ blue 141

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

Shades of Quicksand #BB958D

Tints of Quicksand #BB958D

RGB

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

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

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

R = 39.2%
G = 31.24%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB958D (or 0xBB958D) is known color: Quicksand. HEX triplet: BB, 95 and 8D. RGB value is (187,149,141). Sum of RGB (Red+Green+Blue) = 187+149+141=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB958D is #446A72. Grayscale: #9F9F9F. Windows color (decimal): -4483699 or 9278907. OLE color: 9278907.

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

Color convert

RGB 187 149 141 -
CMYK 0 0.20 0.25 0.27
HSL 10.43º 0.25% 0.64% -
HSV(B) 10.43º 0.25% 0.73% -
XYZ 36.05 33.98 29.86 -
YUV 159.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 187 149 141 0 0.20 0.25 0.27 10.43 0.25 0.64
Hex BB 95 8D 0 14 19 1B A 19 40
Octal 273 225 215 0 24 31 33 12 31 100
Binary 10111011 10010101 10001101 0 10100 11001 11011 1010 11001 1000000

Color Harmonies of #BB958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB958D

Black with #BB958D

Text Example


Text Example

White with #BB958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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