Shades of Chino #BFB389
Tints of Chino #BFB389
RGB
CMYK
RGB Variations
Color information
#BFB389 (or 0xBFB389) is known color: Chino. HEX triplet: BF, B3 and 89. RGB value is (191,179,137). Sum of RGB (Red+Green+Blue) = 191+179+137=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB389 is #404C76. Grayscale: #B1B1B1. Windows color (decimal): -4213879 or 9024447. OLE color: 9024447.
HSL color Cylindrical-coordinate representation of color #BFB389: hue angle of 46.67º 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 #BFB389 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 137 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 46.67º | 0.3% | 0.64% | - |
| HSV(B) | 46.67º | 0.28% | 0.75% | - |
| XYZ | 42.12 | 45.12 | 30.16 | - |
| YUV | 177.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 137 | 0 | 0.06 | 0.28 | 0.25 | 46.67 | 0.3 | 0.64 |
| Hex | BF | B3 | 89 | 0 | 6 | 1C | 19 | 2F | 1E | 40 |
| Octal | 277 | 263 | 211 | 0 | 6 | 34 | 31 | 57 | 36 | 100 |
| Binary | 10111111 | 10110011 | 10001001 | 0 | 110 | 11100 | 11001 | 101111 | 11110 | 1000000 |
Color Harmonies of #BFB389
Complementary color
Monochromatic Colors of #BFB389
Black with #BFB389
Text Example
Text Example
White with #BFB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB389; }
p { color: rgb(191,179,137); }
H1.HeaderClassName
{
color: #BFB389;
}
.AnyTagClassName
{
color: #BFB389;
}
</style>
background-color css
<style>
a { background-color: #BFB389; }
a { background-color: rgb(191,179,137); }
div.DivClassName
{
background-color: #BFB389;
}
.BgClassName
{
background-color: #BFB389;
}
</style>
border-color css
<style>
span { border-color: #BFB389; }
span { border-color: rgb(191,179,137); }
td.TdClassName
{
border-color: #BFB389;
}
.TagClassName
{
border-color: #BFB389;
}
</style>