Html Css Color HEX #BB977A Pale Taupe

📋 copy color: '#BB977A'

red 187 ◦ green 151 ◦ blue 122

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

Shades of Pale Taupe #BB977A

Tints of Pale Taupe #BB977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 40.65%
G = 32.83%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB977A (or 0xBB977A) is known color: Pale Taupe. HEX triplet: BB, 97 and 7A. RGB value is (187,151,122). Sum of RGB (Red+Green+Blue) = 187+151+122=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977A is #446885. Grayscale: #9E9E9E. Windows color (decimal): -4483206 or 8034235. OLE color: 8034235.

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

Color convert

RGB 187 151 122 -
CMYK 0 0.19 0.35 0.27
HSL 26.77º 0.32% 0.61% -
HSV(B) 26.77º 0.35% 0.73% -
XYZ 35.07 34.1 23.15 -
YUV 158.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 187 151 122 0 0.19 0.35 0.27 26.77 0.32 0.61
Hex BB 97 7A 0 13 23 1B 1B 20 3D
Octal 273 227 172 0 23 43 33 33 40 75
Binary 10111011 10010111 1111010 0 10011 100011 11011 11011 100000 111101

Color Harmonies of #BB977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB977A

Black with #BB977A

Text Example


Text Example

White with #BB977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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