Html Css Color HEX #BB927F Pale Taupe

📋 copy color: '#BB927F'

red 187 ◦ green 146 ◦ blue 127

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

Shades of Pale Taupe #BB927F

Tints of Pale Taupe #BB927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 40.65%
G = 31.74%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB927F (or 0xBB927F) is known color: Pale Taupe. HEX triplet: BB, 92 and 7F. RGB value is (187,146,127). Sum of RGB (Red+Green+Blue) = 187+146+127=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB927F is #446D80. Grayscale: #9C9C9C. Windows color (decimal): -4484481 or 8360635. OLE color: 8360635.

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

Color convert

RGB 187 146 127 -
CMYK 0 0.22 0.32 0.27
HSL 19º 0.31% 0.62% -
HSV(B) 19º 0.32% 0.73% -
XYZ 34.6 32.65 24.56 -
YUV 156.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 187 146 127 0 0.22 0.32 0.27 19 0.31 0.62
Hex BB 92 7F 0 16 20 1B 13 1F 3E
Octal 273 222 177 0 26 40 33 23 37 76
Binary 10111011 10010010 1111111 0 10110 100000 11011 10011 11111 111110

Color Harmonies of #BB927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB927F

Black with #BB927F

Text Example


Text Example

White with #BB927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB927F; }

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

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

background-color css

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

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

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

border-color css

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

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

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