Html Css Color HEX #BBA07C Pale Taupe

📋 copy color: '#BBA07C'

red 187 ◦ green 160 ◦ blue 124

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

Shades of Pale Taupe #BBA07C

Tints of Pale Taupe #BBA07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 39.7%
G = 33.97%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA07C (or 0xBBA07C) is known color: Pale Taupe. HEX triplet: BB, A0 and 7C. RGB value is (187,160,124). Sum of RGB (Red+Green+Blue) = 187+160+124=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA07C is #445F83. Grayscale: #A4A4A4. Windows color (decimal): -4480900 or 8167611. OLE color: 8167611.

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

Color convert

RGB 187 160 124 -
CMYK 0 0.14 0.34 0.27
HSL 34.29º 0.32% 0.61% -
HSV(B) 34.29º 0.34% 0.73% -
XYZ 36.7 37.16 24.31 -
YUV 163.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 187 160 124 0 0.14 0.34 0.27 34.29 0.32 0.61
Hex BB A0 7C 0 E 22 1B 22 20 3D
Octal 273 240 174 0 16 42 33 42 40 75
Binary 10111011 10100000 1111100 0 1110 100010 11011 100010 100000 111101

Color Harmonies of #BBA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA07C

Black with #BBA07C

Text Example


Text Example

White with #BBA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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