Shades of Chino #BFB38A
Tints of Chino #BFB38A
RGB
CMYK
RGB Variations
Color information
#BFB38A (or 0xBFB38A) is known color: Chino. HEX triplet: BF, B3 and 8A. RGB value is (191,179,138). Sum of RGB (Red+Green+Blue) = 191+179+138=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38A is #404C75. Grayscale: #B2B2B2. Windows color (decimal): -4213878 or 9089983. OLE color: 9089983.
HSL color Cylindrical-coordinate representation of color #BFB38A: hue angle of 46.42º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB38A is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 138 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 46.42º | 0.29% | 0.65% | - |
| HSV(B) | 46.42º | 0.28% | 0.75% | - |
| XYZ | 42.19 | 45.15 | 30.54 | - |
| YUV | 177.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 138 | 0 | 0.06 | 0.28 | 0.25 | 46.42 | 0.29 | 0.65 |
| Hex | BF | B3 | 8A | 0 | 6 | 1C | 19 | 2E | 1D | 41 |
| Octal | 277 | 263 | 212 | 0 | 6 | 34 | 31 | 56 | 35 | 101 |
| Binary | 10111111 | 10110011 | 10001010 | 0 | 110 | 11100 | 11001 | 101110 | 11101 | 1000001 |
Color Harmonies of #BFB38A
Complementary color
Monochromatic Colors of #BFB38A
Black with #BFB38A
Text Example
Text Example
White with #BFB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB38A; }
p { color: rgb(191,179,138); }
H1.HeaderClassName
{
color: #BFB38A;
}
.AnyTagClassName
{
color: #BFB38A;
}
</style>
background-color css
<style>
a { background-color: #BFB38A; }
a { background-color: rgb(191,179,138); }
div.DivClassName
{
background-color: #BFB38A;
}
.BgClassName
{
background-color: #BFB38A;
}
</style>
border-color css
<style>
span { border-color: #BFB38A; }
span { border-color: rgb(191,179,138); }
td.TdClassName
{
border-color: #BFB38A;
}
.TagClassName
{
border-color: #BFB38A;
}
</style>