Shades of Yuma #BFB882
Tints of Yuma #BFB882
RGB
CMYK
RGB Variations
Color information
#BFB882 (or 0xBFB882) is known color: Yuma. HEX triplet: BF, B8 and 82. RGB value is (191,184,130). Sum of RGB (Red+Green+Blue) = 191+184+130=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB882 is #40477D. Grayscale: #B4B4B4. Windows color (decimal): -4212606 or 8566975. OLE color: 8566975.
HSL color Cylindrical-coordinate representation of color #BFB882: hue angle of 53.11º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB882 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 130 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.25 |
| HSL | 53.11º | 0.32% | 0.63% | - |
| HSV(B) | 53.11º | 0.32% | 0.75% | - |
| XYZ | 42.66 | 46.97 | 27.94 | - |
| YUV | 179.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 130 | 0 | 0.04 | 0.32 | 0.25 | 53.11 | 0.32 | 0.63 |
| Hex | BF | B8 | 82 | 0 | 4 | 20 | 19 | 35 | 20 | 3F |
| Octal | 277 | 270 | 202 | 0 | 4 | 40 | 31 | 65 | 40 | 77 |
| Binary | 10111111 | 10111000 | 10000010 | 0 | 100 | 100000 | 11001 | 110101 | 100000 | 111111 |
Color Harmonies of #BFB882
Complementary color
Monochromatic Colors of #BFB882
Black with #BFB882
Text Example
Text Example
White with #BFB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB882; }
p { color: rgb(191,184,130); }
H1.HeaderClassName
{
color: #BFB882;
}
.AnyTagClassName
{
color: #BFB882;
}
</style>
background-color css
<style>
a { background-color: #BFB882; }
a { background-color: rgb(191,184,130); }
div.DivClassName
{
background-color: #BFB882;
}
.BgClassName
{
background-color: #BFB882;
}
</style>
border-color css
<style>
span { border-color: #BFB882; }
span { border-color: rgb(191,184,130); }
td.TdClassName
{
border-color: #BFB882;
}
.TagClassName
{
border-color: #BFB882;
}
</style>