Html Css Color HEX #BB948B Quicksand

📋 copy color: '#BB948B'

red 187 ◦ green 148 ◦ blue 139

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

Shades of Quicksand #BB948B

Tints of Quicksand #BB948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

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

R = 39.45%
G = 31.22%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB948B (or 0xBB948B) is known color: Quicksand. HEX triplet: BB, 94 and 8B. RGB value is (187,148,139). Sum of RGB (Red+Green+Blue) = 187+148+139=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB948B is #446B74. Grayscale: #9E9E9E. Windows color (decimal): -4483957 or 9147579. OLE color: 9147579.

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

Color convert

RGB 187 148 139 -
CMYK 0 0.21 0.26 0.27
HSL 11.25º 0.26% 0.64% -
HSV(B) 11.25º 0.26% 0.73% -
XYZ 35.74 33.61 29.03 -
YUV 158.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 187 148 139 0 0.21 0.26 0.27 11.25 0.26 0.64
Hex BB 94 8B 0 15 1A 1B B 1A 40
Octal 273 224 213 0 25 32 33 13 32 100
Binary 10111011 10010100 10001011 0 10101 11010 11011 1011 11010 1000000

Color Harmonies of #BB948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB948B

Black with #BB948B

Text Example


Text Example

White with #BB948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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