Shades of Yuma #BFB783
Tints of Yuma #BFB783
RGB
CMYK
RGB Variations
Color information
#BFB783 (or 0xBFB783) is known color: Yuma. HEX triplet: BF, B7 and 83. RGB value is (191,183,131). Sum of RGB (Red+Green+Blue) = 191+183+131=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB783 is #40487C. Grayscale: #B3B3B3. Windows color (decimal): -4212861 or 8632255. OLE color: 8632255.
HSL color Cylindrical-coordinate representation of color #BFB783: hue angle of 52º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB783 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 131 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.25 |
| HSL | 52º | 0.32% | 0.63% | - |
| HSV(B) | 52º | 0.31% | 0.75% | - |
| XYZ | 42.52 | 46.58 | 28.22 | - |
| YUV | 179.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 131 | 0 | 0.04 | 0.31 | 0.25 | 52 | 0.32 | 0.63 |
| Hex | BF | B7 | 83 | 0 | 4 | 1F | 19 | 34 | 20 | 3F |
| Octal | 277 | 267 | 203 | 0 | 4 | 37 | 31 | 64 | 40 | 77 |
| Binary | 10111111 | 10110111 | 10000011 | 0 | 100 | 11111 | 11001 | 110100 | 100000 | 111111 |
Color Harmonies of #BFB783
Complementary color
Monochromatic Colors of #BFB783
Black with #BFB783
Text Example
Text Example
White with #BFB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB783; }
p { color: rgb(191,183,131); }
H1.HeaderClassName
{
color: #BFB783;
}
.AnyTagClassName
{
color: #BFB783;
}
</style>
background-color css
<style>
a { background-color: #BFB783; }
a { background-color: rgb(191,183,131); }
div.DivClassName
{
background-color: #BFB783;
}
.BgClassName
{
background-color: #BFB783;
}
</style>
border-color css
<style>
span { border-color: #BFB783; }
span { border-color: rgb(191,183,131); }
td.TdClassName
{
border-color: #BFB783;
}
.TagClassName
{
border-color: #BFB783;
}
</style>