Html Css Color HEX #BB9683 Pale Taupe

📋 copy color: '#BB9683'

red 187 ◦ green 150 ◦ blue 131

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

Shades of Pale Taupe #BB9683

Tints of Pale Taupe #BB9683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 39.96%
G = 32.05%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB9683 (or 0xBB9683) is known color: Pale Taupe. HEX triplet: BB, 96 and 83. RGB value is (187,150,131). Sum of RGB (Red+Green+Blue) = 187+150+131=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9683 is #44697C. Grayscale: #9F9F9F. Windows color (decimal): -4483453 or 8623803. OLE color: 8623803.

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

Color convert

RGB 187 150 131 -
CMYK 0 0.20 0.30 0.27
HSL 20.36º 0.29% 0.62% -
HSV(B) 20.36º 0.3% 0.73% -
XYZ 35.5 34.02 26.17 -
YUV 158.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 187 150 131 0 0.20 0.30 0.27 20.36 0.29 0.62
Hex BB 96 83 0 14 1E 1B 14 1D 3E
Octal 273 226 203 0 24 36 33 24 35 76
Binary 10111011 10010110 10000011 0 10100 11110 11011 10100 11101 111110

Color Harmonies of #BB9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9683

Black with #BB9683

Text Example


Text Example

White with #BB9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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