Html Css Color HEX #BB938A Quicksand

📋 copy color: '#BB938A'

red 187 ◦ green 147 ◦ blue 138

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

Shades of Quicksand #BB938A

Tints of Quicksand #BB938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.14%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 39.62%
G = 31.14%
B = 29.24%

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

#BB938A (or 0xBB938A) is known color: Quicksand. HEX triplet: BB, 93 and 8A. RGB value is (187,147,138). Sum of RGB (Red+Green+Blue) = 187+147+138=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB938A is #446C75. Grayscale: #9E9E9E. Windows color (decimal): -4484214 or 9081787. OLE color: 9081787.

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

Color convert

RGB 187 147 138 -
CMYK 0 0.21 0.26 0.27
HSL 11.02º 0.26% 0.64% -
HSV(B) 11.02º 0.26% 0.73% -
XYZ 35.51 33.27 28.59 -
YUV 157.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 187 147 138 0 0.21 0.26 0.27 11.02 0.26 0.64
Hex BB 93 8A 0 15 1A 1B B 1A 40
Octal 273 223 212 0 25 32 33 13 32 100
Binary 10111011 10010011 10001010 0 10101 11010 11011 1011 11010 1000000

Color Harmonies of #BB938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB938A

Black with #BB938A

Text Example


Text Example

White with #BB938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB938A; }

 p { color: rgb(187,147,138); }

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

background-color css

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

 a { background-color: rgb(187,147,138); }

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

border-color css

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

 span { border-color: rgb(187,147,138); }

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