Shades of Chino #BFB18B
Tints of Chino #BFB18B
RGB
CMYK
RGB Variations
Color information
#BFB18B (or 0xBFB18B) is known color: Chino. HEX triplet: BF, B1 and 8B. RGB value is (191,177,139). Sum of RGB (Red+Green+Blue) = 191+177+139=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18B is #404E74. Grayscale: #B1B1B1. Windows color (decimal): -4214389 or 9155007. OLE color: 9155007.
HSL color Cylindrical-coordinate representation of color #BFB18B: hue angle of 43.85º degrees, saturation: 0.29, 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 #BFB18B is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 139 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.25 |
| HSL | 43.85º | 0.29% | 0.65% | - |
| HSV(B) | 43.85º | 0.27% | 0.75% | - |
| XYZ | 41.87 | 44.38 | 30.79 | - |
| YUV | 176.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 139 | 0 | 0.07 | 0.27 | 0.25 | 43.85 | 0.29 | 0.65 |
| Hex | BF | B1 | 8B | 0 | 7 | 1B | 19 | 2C | 1D | 41 |
| Octal | 277 | 261 | 213 | 0 | 7 | 33 | 31 | 54 | 35 | 101 |
| Binary | 10111111 | 10110001 | 10001011 | 0 | 111 | 11011 | 11001 | 101100 | 11101 | 1000001 |
Color Harmonies of #BFB18B
Complementary color
Monochromatic Colors of #BFB18B
Black with #BFB18B
Text Example
Text Example
White with #BFB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB18B; }
p { color: rgb(191,177,139); }
H1.HeaderClassName
{
color: #BFB18B;
}
.AnyTagClassName
{
color: #BFB18B;
}
</style>
background-color css
<style>
a { background-color: #BFB18B; }
a { background-color: rgb(191,177,139); }
div.DivClassName
{
background-color: #BFB18B;
}
.BgClassName
{
background-color: #BFB18B;
}
</style>
border-color css
<style>
span { border-color: #BFB18B; }
span { border-color: rgb(191,177,139); }
td.TdClassName
{
border-color: #BFB18B;
}
.TagClassName
{
border-color: #BFB18B;
}
</style>