Html Css Color HEX #BB977B Pale Taupe

📋 copy color: '#BB977B'

red 187 ◦ green 151 ◦ blue 123

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

Shades of Pale Taupe #BB977B

Tints of Pale Taupe #BB977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 40.56%
G = 32.75%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB977B (or 0xBB977B) is known color: Pale Taupe. HEX triplet: BB, 97 and 7B. RGB value is (187,151,123). Sum of RGB (Red+Green+Blue) = 187+151+123=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977B is #446884. Grayscale: #9E9E9E. Windows color (decimal): -4483205 or 8099771. OLE color: 8099771.

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

Color convert

RGB 187 151 123 -
CMYK 0 0.19 0.34 0.27
HSL 26.25º 0.32% 0.61% -
HSV(B) 26.25º 0.34% 0.73% -
XYZ 35.14 34.13 23.47 -
YUV 158.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 187 151 123 0 0.19 0.34 0.27 26.25 0.32 0.61
Hex BB 97 7B 0 13 22 1B 1A 20 3D
Octal 273 227 173 0 23 42 33 32 40 75
Binary 10111011 10010111 1111011 0 10011 100010 11011 11010 100000 111101

Color Harmonies of #BB977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB977B

Black with #BB977B

Text Example


Text Example

White with #BB977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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