Shades of Chino #BFB189
Tints of Chino #BFB189
RGB
CMYK
RGB Variations
Color information
#BFB189 (or 0xBFB189) is known color: Chino. HEX triplet: BF, B1 and 89. RGB value is (191,177,137). Sum of RGB (Red+Green+Blue) = 191+177+137=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB189 is #404E76. Grayscale: #B0B0B0. Windows color (decimal): -4214391 or 9023935. OLE color: 9023935.
HSL color Cylindrical-coordinate representation of color #BFB189: hue angle of 44.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB189 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 137 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 44.44º | 0.3% | 0.64% | - |
| HSV(B) | 44.44º | 0.28% | 0.75% | - |
| XYZ | 41.72 | 44.33 | 30.02 | - |
| YUV | 176.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 137 | 0 | 0.07 | 0.28 | 0.25 | 44.44 | 0.3 | 0.64 |
| Hex | BF | B1 | 89 | 0 | 7 | 1C | 19 | 2C | 1E | 40 |
| Octal | 277 | 261 | 211 | 0 | 7 | 34 | 31 | 54 | 36 | 100 |
| Binary | 10111111 | 10110001 | 10001001 | 0 | 111 | 11100 | 11001 | 101100 | 11110 | 1000000 |
Color Harmonies of #BFB189
Complementary color
Monochromatic Colors of #BFB189
Black with #BFB189
Text Example
Text Example
White with #BFB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB189; }
p { color: rgb(191,177,137); }
H1.HeaderClassName
{
color: #BFB189;
}
.AnyTagClassName
{
color: #BFB189;
}
</style>
background-color css
<style>
a { background-color: #BFB189; }
a { background-color: rgb(191,177,137); }
div.DivClassName
{
background-color: #BFB189;
}
.BgClassName
{
background-color: #BFB189;
}
</style>
border-color css
<style>
span { border-color: #BFB189; }
span { border-color: rgb(191,177,137); }
td.TdClassName
{
border-color: #BFB189;
}
.TagClassName
{
border-color: #BFB189;
}
</style>