Html Css Color HEX #BBA082 Pale Taupe

📋 copy color: '#BBA082'

red 187 ◦ green 160 ◦ blue 130

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

Shades of Pale Taupe #BBA082

Tints of Pale Taupe #BBA082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

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

R = 39.2%
G = 33.54%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBA082 (or 0xBBA082) is known color: Pale Taupe. HEX triplet: BB, A0 and 82. RGB value is (187,160,130). Sum of RGB (Red+Green+Blue) = 187+160+130=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA082 is #445F7D. Grayscale: #A4A4A4. Windows color (decimal): -4480894 or 8560827. OLE color: 8560827.

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

Color convert

RGB 187 160 130 -
CMYK 0 0.14 0.30 0.27
HSL 31.58º 0.3% 0.62% -
HSV(B) 31.58º 0.3% 0.73% -
XYZ 37.09 37.32 26.37 -
YUV 164.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 187 160 130 0 0.14 0.30 0.27 31.58 0.3 0.62
Hex BB A0 82 0 E 1E 1B 20 1E 3E
Octal 273 240 202 0 16 36 33 40 36 76
Binary 10111011 10100000 10000010 0 1110 11110 11011 100000 11110 111110

Color Harmonies of #BBA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA082

Black with #BBA082

Text Example


Text Example

White with #BBA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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