Html Css Color HEX #BB9383 Quicksand

📋 copy color: '#BB9383'

red 187 ◦ green 147 ◦ blue 131

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

Shades of Quicksand #BB9383

Tints of Quicksand #BB9383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 40.22%
G = 31.61%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB9383 (or 0xBB9383) is known color: Quicksand. HEX triplet: BB, 93 and 83. RGB value is (187,147,131). Sum of RGB (Red+Green+Blue) = 187+147+131=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9383 is #446C7C. Grayscale: #9D9D9D. Windows color (decimal): -4484221 or 8623035. OLE color: 8623035.

HSL color Cylindrical-coordinate representation of color #BB9383: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9383 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 131 -
CMYK 0 0.21 0.30 0.27
HSL 17.14º 0.29% 0.62% -
HSV(B) 17.14º 0.3% 0.73% -
XYZ 35.02 33.07 26.01 -
YUV 157.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 187 147 131 0 0.21 0.30 0.27 17.14 0.29 0.62
Hex BB 93 83 0 15 1E 1B 11 1D 3E
Octal 273 223 203 0 25 36 33 21 35 76
Binary 10111011 10010011 10000011 0 10101 11110 11011 10001 11101 111110

Color Harmonies of #BB9383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9383

Black with #BB9383

Text Example


Text Example

White with #BB9383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9383; }

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

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

background-color css

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

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

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

border-color css

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

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

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