Shades of Chino #BFB390
Tints of Chino #BFB390
RGB
CMYK
RGB Variations
Color information
#BFB390 (or 0xBFB390) is known color: Chino. HEX triplet: BF, B3 and 90. RGB value is (191,179,144). Sum of RGB (Red+Green+Blue) = 191+179+144=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB390 is #404C6F. Grayscale: #B2B2B2. Windows color (decimal): -4213872 or 9483199. OLE color: 9483199.
HSL color Cylindrical-coordinate representation of color #BFB390: hue angle of 44.68º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB390 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 144 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.25 |
| HSL | 44.68º | 0.27% | 0.66% | - |
| HSV(B) | 44.68º | 0.25% | 0.75% | - |
| XYZ | 42.64 | 45.33 | 32.89 | - |
| YUV | 178.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 144 | 0 | 0.06 | 0.25 | 0.25 | 44.68 | 0.27 | 0.66 |
| Hex | BF | B3 | 90 | 0 | 6 | 19 | 19 | 2D | 1B | 42 |
| Octal | 277 | 263 | 220 | 0 | 6 | 31 | 31 | 55 | 33 | 102 |
| Binary | 10111111 | 10110011 | 10010000 | 0 | 110 | 11001 | 11001 | 101101 | 11011 | 1000010 |
Color Harmonies of #BFB390
Complementary color
Monochromatic Colors of #BFB390
Black with #BFB390
Text Example
Text Example
White with #BFB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB390; }
p { color: rgb(191,179,144); }
H1.HeaderClassName
{
color: #BFB390;
}
.AnyTagClassName
{
color: #BFB390;
}
</style>
background-color css
<style>
a { background-color: #BFB390; }
a { background-color: rgb(191,179,144); }
div.DivClassName
{
background-color: #BFB390;
}
.BgClassName
{
background-color: #BFB390;
}
</style>
border-color css
<style>
span { border-color: #BFB390; }
span { border-color: rgb(191,179,144); }
td.TdClassName
{
border-color: #BFB390;
}
.TagClassName
{
border-color: #BFB390;
}
</style>