Html Css Color HEX #BB9C7F Pale Taupe

📋 copy color: '#BB9C7F'

red 187 ◦ green 156 ◦ blue 127

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

Shades of Pale Taupe #BB9C7F

Tints of Pale Taupe #BB9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 39.79%
G = 33.19%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB9C7F (or 0xBB9C7F) is known color: Pale Taupe. HEX triplet: BB, 9C and 7F. RGB value is (187,156,127). Sum of RGB (Red+Green+Blue) = 187+156+127=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C7F is #446380. Grayscale: #A2A2A2. Windows color (decimal): -4481921 or 8363195. OLE color: 8363195.

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

Color convert

RGB 187 156 127 -
CMYK 0 0.17 0.32 0.27
HSL 29º 0.31% 0.62% -
HSV(B) 29º 0.32% 0.73% -
XYZ 36.21 35.87 25.09 -
YUV 161.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 187 156 127 0 0.17 0.32 0.27 29 0.31 0.62
Hex BB 9C 7F 0 11 20 1B 1D 1F 3E
Octal 273 234 177 0 21 40 33 35 37 76
Binary 10111011 10011100 1111111 0 10001 100000 11011 11101 11111 111110

Color Harmonies of #BB9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C7F

Black with #BB9C7F

Text Example


Text Example

White with #BB9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C7F; }

 p { color: rgb(187,156,127); }

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

background-color css

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

 a { background-color: rgb(187,156,127); }

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

border-color css

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

 span { border-color: rgb(187,156,127); }

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