Shades of Puce #BF8C8D
Tints of Puce #BF8C8D
RGB
CMYK
RGB Variations
Color information
#BF8C8D (or 0xBF8C8D) is known color: Puce. HEX triplet: BF, 8C and 8D. RGB value is (191,140,141). Sum of RGB (Red+Green+Blue) = 191+140+141=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C8D is #407372. Grayscale: #9B9B9B. Windows color (decimal): -4223859 or 9276607. OLE color: 9276607.
HSL color Cylindrical-coordinate representation of color #BF8C8D: hue angle of 358.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8C8D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 140 | 141 | - |
CMYK | 0 | 0.27 | 0.26 | 0.25 |
HSL | 358.82º | 0.28% | 0.65% | - |
HSV(B) | 358.82º | 0.27% | 0.75% | - |
XYZ | 35.67 | 31.76 | 29.45 | - |
YUV | 155.36 | 119.9 | 153.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 140 | 141 | 0 | 0.27 | 0.26 | 0.25 | 358.82 | 0.28 | 0.65 |
Hex | BF | 8C | 8D | 0 | 1B | 1A | 19 | 167 | 1C | 41 |
Octal | 277 | 214 | 215 | 0 | 33 | 32 | 31 | 547 | 34 | 101 |
Binary | 10111111 | 10001100 | 10001101 | 0 | 11011 | 11010 | 11001 | 101100111 | 11100 | 1000001 |
Color Harmonies of #BF8C8D
Complementary color
Monochromatic Colors of #BF8C8D
Black with #BF8C8D
Text Example
Text Example
White with #BF8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C8D; }
p { color: rgb(191,140,141); }
H1.HeaderClassName
{
color: #BF8C8D;
}
.AnyTagClassName
{
color: #BF8C8D;
}
</style>
background-color css
<style>
a { background-color: #BF8C8D; }
a { background-color: rgb(191,140,141); }
div.DivClassName
{
background-color: #BF8C8D;
}
.BgClassName
{
background-color: #BF8C8D;
}
</style>
border-color css
<style>
span { border-color: #BF8C8D; }
span { border-color: rgb(191,140,141); }
td.TdClassName
{
border-color: #BF8C8D;
}
.TagClassName
{
border-color: #BF8C8D;
}
</style>