Html Css Color HEX #BB9682 Pale Taupe

📋 copy color: '#BB9682'

red 187 ◦ green 150 ◦ blue 130

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

Shades of Pale Taupe #BB9682

Tints of Pale Taupe #BB9682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 40.04%
G = 32.12%
B = 27.84%

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

#BB9682 (or 0xBB9682) is known color: Pale Taupe. HEX triplet: BB, 96 and 82. RGB value is (187,150,130). Sum of RGB (Red+Green+Blue) = 187+150+130=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9682 is #44697D. Grayscale: #9E9E9E. Windows color (decimal): -4483454 or 8558267. OLE color: 8558267.

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

Color convert

RGB 187 150 130 -
CMYK 0 0.20 0.30 0.27
HSL 21.05º 0.3% 0.62% -
HSV(B) 21.05º 0.3% 0.73% -
XYZ 35.43 33.99 25.81 -
YUV 158.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 187 150 130 0 0.20 0.30 0.27 21.05 0.3 0.62
Hex BB 96 82 0 14 1E 1B 15 1E 3E
Octal 273 226 202 0 24 36 33 25 36 76
Binary 10111011 10010110 10000010 0 10100 11110 11011 10101 11110 111110

Color Harmonies of #BB9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9682

Black with #BB9682

Text Example


Text Example

White with #BB9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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