Html Css Color HEX #BBA083 Pale Taupe

📋 copy color: '#BBA083'

red 187 ◦ green 160 ◦ blue 131

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

Shades of Pale Taupe #BBA083

Tints of Pale Taupe #BBA083

RGB

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

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

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

R = 39.12%
G = 33.47%
B = 27.41%

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

#BBA083 (or 0xBBA083) is known color: Pale Taupe. HEX triplet: BB, A0 and 83. RGB value is (187,160,131). Sum of RGB (Red+Green+Blue) = 187+160+131=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA083 is #445F7C. Grayscale: #A4A4A4. Windows color (decimal): -4480893 or 8626363. OLE color: 8626363.

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

Color convert

RGB 187 160 131 -
CMYK 0 0.14 0.30 0.27
HSL 31.07º 0.29% 0.62% -
HSV(B) 31.07º 0.3% 0.73% -
XYZ 37.16 37.35 26.72 -
YUV 164.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 187 160 131 0 0.14 0.30 0.27 31.07 0.29 0.62
Hex BB A0 83 0 E 1E 1B 1F 1D 3E
Octal 273 240 203 0 16 36 33 37 35 76
Binary 10111011 10100000 10000011 0 1110 11110 11011 11111 11101 111110

Color Harmonies of #BBA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA083

Black with #BBA083

Text Example


Text Example

White with #BBA083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA083; }

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

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

background-color css

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

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

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

border-color css

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

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

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