Shades of Chino #BFB28F
Tints of Chino #BFB28F
RGB
CMYK
RGB Variations
Color information
#BFB28F (or 0xBFB28F) is known color: Chino. HEX triplet: BF, B2 and 8F. RGB value is (191,178,143). Sum of RGB (Red+Green+Blue) = 191+178+143=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28F is #404D70. Grayscale: #B2B2B2. Windows color (decimal): -4214129 or 9417407. OLE color: 9417407.
HSL color Cylindrical-coordinate representation of color #BFB28F: hue angle of 43.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB28F is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 143 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.25 |
| HSL | 43.75º | 0.27% | 0.65% | - |
| HSV(B) | 43.75º | 0.25% | 0.75% | - |
| XYZ | 42.36 | 44.9 | 32.42 | - |
| YUV | 177.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 143 | 0 | 0.07 | 0.25 | 0.25 | 43.75 | 0.27 | 0.65 |
| Hex | BF | B2 | 8F | 0 | 7 | 19 | 19 | 2C | 1B | 41 |
| Octal | 277 | 262 | 217 | 0 | 7 | 31 | 31 | 54 | 33 | 101 |
| Binary | 10111111 | 10110010 | 10001111 | 0 | 111 | 11001 | 11001 | 101100 | 11011 | 1000001 |
Color Harmonies of #BFB28F
Complementary color
Monochromatic Colors of #BFB28F
Black with #BFB28F
Text Example
Text Example
White with #BFB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB28F; }
p { color: rgb(191,178,143); }
H1.HeaderClassName
{
color: #BFB28F;
}
.AnyTagClassName
{
color: #BFB28F;
}
</style>
background-color css
<style>
a { background-color: #BFB28F; }
a { background-color: rgb(191,178,143); }
div.DivClassName
{
background-color: #BFB28F;
}
.BgClassName
{
background-color: #BFB28F;
}
</style>
border-color css
<style>
span { border-color: #BFB28F; }
span { border-color: rgb(191,178,143); }
td.TdClassName
{
border-color: #BFB28F;
}
.TagClassName
{
border-color: #BFB28F;
}
</style>