Html Css Color HEX #BBA085 Pale Taupe

📋 copy color: '#BBA085'

red 187 ◦ green 160 ◦ blue 133

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

Shades of Pale Taupe #BBA085

Tints of Pale Taupe #BBA085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 38.96%
G = 33.33%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBA085 (or 0xBBA085) is known color: Pale Taupe. HEX triplet: BB, A0 and 85. RGB value is (187,160,133). Sum of RGB (Red+Green+Blue) = 187+160+133=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA085 is #445F7A. Grayscale: #A5A5A5. Windows color (decimal): -4480891 or 8757435. OLE color: 8757435.

HSL color Cylindrical-coordinate representation of color #BBA085: hue angle of 30º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA085 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 133 -
CMYK 0 0.14 0.29 0.27
HSL 30º 0.28% 0.63% -
HSV(B) 30º 0.29% 0.73% -
XYZ 37.3 37.4 27.44 -
YUV 165 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 187 160 133 0 0.14 0.29 0.27 30 0.28 0.63
Hex BB A0 85 0 E 1D 1B 1E 1C 3F
Octal 273 240 205 0 16 35 33 36 34 77
Binary 10111011 10100000 10000101 0 1110 11101 11011 11110 11100 111111

Color Harmonies of #BBA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA085

Black with #BBA085

Text Example


Text Example

White with #BBA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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