Shades of Puce #BF858A
Tints of Puce #BF858A
RGB
CMYK
RGB Variations
Color information
#BF858A (or 0xBF858A) is known color: Puce. HEX triplet: BF, 85 and 8A. RGB value is (191,133,138). Sum of RGB (Red+Green+Blue) = 191+133+138=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858A is #407A75. Grayscale: #969696. Windows color (decimal): -4225654 or 9078207. OLE color: 9078207.
HSL color Cylindrical-coordinate representation of color #BF858A: hue angle of 354.83º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF858A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 138 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.25 |
| HSL | 354.83º | 0.31% | 0.64% | - |
| HSV(B) | 354.83º | 0.3% | 0.75% | - |
| XYZ | 34.46 | 29.69 | 27.96 | - |
| YUV | 150.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 138 | 0 | 0.30 | 0.28 | 0.25 | 354.83 | 0.31 | 0.64 |
| Hex | BF | 85 | 8A | 0 | 1E | 1C | 19 | 163 | 1F | 40 |
| Octal | 277 | 205 | 212 | 0 | 36 | 34 | 31 | 543 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10001010 | 0 | 11110 | 11100 | 11001 | 101100011 | 11111 | 1000000 |
Color Harmonies of #BF858A
Complementary color
Monochromatic Colors of #BF858A
Black with #BF858A
Text Example
Text Example
White with #BF858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF858A; }
p { color: rgb(191,133,138); }
H1.HeaderClassName
{
color: #BF858A;
}
.AnyTagClassName
{
color: #BF858A;
}
</style>
background-color css
<style>
a { background-color: #BF858A; }
a { background-color: rgb(191,133,138); }
div.DivClassName
{
background-color: #BF858A;
}
.BgClassName
{
background-color: #BF858A;
}
</style>
border-color css
<style>
span { border-color: #BF858A; }
span { border-color: rgb(191,133,138); }
td.TdClassName
{
border-color: #BF858A;
}
.TagClassName
{
border-color: #BF858A;
}
</style>