Html Css Color HEX #BB977E Pale Taupe

📋 copy color: '#BB977E'

red 187 ◦ green 151 ◦ blue 126

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

Shades of Pale Taupe #BB977E

Tints of Pale Taupe #BB977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 40.3%
G = 32.54%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB977E (or 0xBB977E) is known color: Pale Taupe. HEX triplet: BB, 97 and 7E. RGB value is (187,151,126). Sum of RGB (Red+Green+Blue) = 187+151+126=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977E is #446881. Grayscale: #9F9F9F. Windows color (decimal): -4483202 or 8296379. OLE color: 8296379.

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

Color convert

RGB 187 151 126 -
CMYK 0 0.19 0.33 0.27
HSL 24.59º 0.31% 0.61% -
HSV(B) 24.59º 0.33% 0.73% -
XYZ 35.33 34.2 24.48 -
YUV 158.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 187 151 126 0 0.19 0.33 0.27 24.59 0.31 0.61
Hex BB 97 7E 0 13 21 1B 19 1F 3D
Octal 273 227 176 0 23 41 33 31 37 75
Binary 10111011 10010111 1111110 0 10011 100001 11011 11001 11111 111101

Color Harmonies of #BB977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB977E

Black with #BB977E

Text Example


Text Example

White with #BB977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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