Html Css Color HEX #BB947B Pale Taupe

📋 copy color: '#BB947B'

red 187 ◦ green 148 ◦ blue 123

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

Shades of Pale Taupe #BB947B

Tints of Pale Taupe #BB947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 40.83%
G = 32.31%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB947B (or 0xBB947B) is known color: Pale Taupe. HEX triplet: BB, 94 and 7B. RGB value is (187,148,123). Sum of RGB (Red+Green+Blue) = 187+148+123=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB947B is #446B84. Grayscale: #9C9C9C. Windows color (decimal): -4483973 or 8099003. OLE color: 8099003.

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

Color convert

RGB 187 148 123 -
CMYK 0 0.21 0.34 0.27
HSL 23.44º 0.32% 0.61% -
HSV(B) 23.44º 0.34% 0.73% -
XYZ 34.66 33.17 23.32 -
YUV 156.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 187 148 123 0 0.21 0.34 0.27 23.44 0.32 0.61
Hex BB 94 7B 0 15 22 1B 17 20 3D
Octal 273 224 173 0 25 42 33 27 40 75
Binary 10111011 10010100 1111011 0 10101 100010 11011 10111 100000 111101

Color Harmonies of #BB947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB947B

Black with #BB947B

Text Example


Text Example

White with #BB947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB947B; }

 p { color: rgb(187,148,123); }

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

background-color css

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

 a { background-color: rgb(187,148,123); }

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

border-color css

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

 span { border-color: rgb(187,148,123); }

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