Shades of Chino #BFB28A
Tints of Chino #BFB28A
RGB
CMYK
RGB Variations
Color information
#BFB28A (or 0xBFB28A) is known color: Chino. HEX triplet: BF, B2 and 8A. RGB value is (191,178,138). Sum of RGB (Red+Green+Blue) = 191+178+138=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28A is #404D75. Grayscale: #B1B1B1. Windows color (decimal): -4214134 or 9089727. OLE color: 9089727.
HSL color Cylindrical-coordinate representation of color #BFB28A: hue angle of 45.28º 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 #BFB28A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 138 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 45.28º | 0.29% | 0.65% | - |
| HSV(B) | 45.28º | 0.28% | 0.75% | - |
| XYZ | 41.99 | 44.75 | 30.47 | - |
| YUV | 177.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 138 | 0 | 0.07 | 0.28 | 0.25 | 45.28 | 0.29 | 0.65 |
| Hex | BF | B2 | 8A | 0 | 7 | 1C | 19 | 2D | 1D | 41 |
| Octal | 277 | 262 | 212 | 0 | 7 | 34 | 31 | 55 | 35 | 101 |
| Binary | 10111111 | 10110010 | 10001010 | 0 | 111 | 11100 | 11001 | 101101 | 11101 | 1000001 |
Color Harmonies of #BFB28A
Complementary color
Monochromatic Colors of #BFB28A
Black with #BFB28A
Text Example
Text Example
White with #BFB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB28A; }
p { color: rgb(191,178,138); }
H1.HeaderClassName
{
color: #BFB28A;
}
.AnyTagClassName
{
color: #BFB28A;
}
</style>
background-color css
<style>
a { background-color: #BFB28A; }
a { background-color: rgb(191,178,138); }
div.DivClassName
{
background-color: #BFB28A;
}
.BgClassName
{
background-color: #BFB28A;
}
</style>
border-color css
<style>
span { border-color: #BFB28A; }
span { border-color: rgb(191,178,138); }
td.TdClassName
{
border-color: #BFB28A;
}
.TagClassName
{
border-color: #BFB28A;
}
</style>