Shades of Chino #BFB28E
Tints of Chino #BFB28E
RGB
CMYK
RGB Variations
Color information
#BFB28E (or 0xBFB28E) is known color: Chino. HEX triplet: BF, B2 and 8E. RGB value is (191,178,142). Sum of RGB (Red+Green+Blue) = 191+178+142=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28E is #404D71. Grayscale: #B1B1B1. Windows color (decimal): -4214130 or 9351871. OLE color: 9351871.
HSL color Cylindrical-coordinate representation of color #BFB28E: hue angle of 44.08º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB28E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 142 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.25 |
| HSL | 44.08º | 0.28% | 0.65% | - |
| HSV(B) | 44.08º | 0.26% | 0.75% | - |
| XYZ | 42.29 | 44.87 | 32.02 | - |
| YUV | 177.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 142 | 0 | 0.07 | 0.26 | 0.25 | 44.08 | 0.28 | 0.65 |
| Hex | BF | B2 | 8E | 0 | 7 | 1A | 19 | 2C | 1C | 41 |
| Octal | 277 | 262 | 216 | 0 | 7 | 32 | 31 | 54 | 34 | 101 |
| Binary | 10111111 | 10110010 | 10001110 | 0 | 111 | 11010 | 11001 | 101100 | 11100 | 1000001 |
Color Harmonies of #BFB28E
Complementary color
Monochromatic Colors of #BFB28E
Black with #BFB28E
Text Example
Text Example
White with #BFB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB28E; }
p { color: rgb(191,178,142); }
H1.HeaderClassName
{
color: #BFB28E;
}
.AnyTagClassName
{
color: #BFB28E;
}
</style>
background-color css
<style>
a { background-color: #BFB28E; }
a { background-color: rgb(191,178,142); }
div.DivClassName
{
background-color: #BFB28E;
}
.BgClassName
{
background-color: #BFB28E;
}
</style>
border-color css
<style>
span { border-color: #BFB28E; }
span { border-color: rgb(191,178,142); }
td.TdClassName
{
border-color: #BFB28E;
}
.TagClassName
{
border-color: #BFB28E;
}
</style>