Html Css Color HEX #BB958B Quicksand

📋 copy color: '#BB958B'

red 187 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #BB958B

Tints of Quicksand #BB958B

RGB

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

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

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

R = 39.37%
G = 31.37%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB958B (or 0xBB958B) is known color: Quicksand. HEX triplet: BB, 95 and 8B. RGB value is (187,149,139). Sum of RGB (Red+Green+Blue) = 187+149+139=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB958B is #446A74. Grayscale: #9F9F9F. Windows color (decimal): -4483701 or 9147835. OLE color: 9147835.

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

Color convert

RGB 187 149 139 -
CMYK 0 0.20 0.26 0.27
HSL 12.5º 0.26% 0.64% -
HSV(B) 12.5º 0.26% 0.73% -
XYZ 35.9 33.92 29.08 -
YUV 159.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 187 149 139 0 0.20 0.26 0.27 12.5 0.26 0.64
Hex BB 95 8B 0 14 1A 1B C 1A 40
Octal 273 225 213 0 24 32 33 14 32 100
Binary 10111011 10010101 10001011 0 10100 11010 11011 1100 11010 1000000

Color Harmonies of #BB958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB958B

Black with #BB958B

Text Example


Text Example

White with #BB958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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