Shades of Yuma #BFB781
Tints of Yuma #BFB781
RGB
CMYK
RGB Variations
Color information
#BFB781 (or 0xBFB781) is known color: Yuma. HEX triplet: BF, B7 and 81. RGB value is (191,183,129). Sum of RGB (Red+Green+Blue) = 191+183+129=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB781 is #40487E. Grayscale: #B3B3B3. Windows color (decimal): -4212863 or 8501183. OLE color: 8501183.
HSL color Cylindrical-coordinate representation of color #BFB781: hue angle of 52.26º degrees, saturation: 0.33, 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 #BFB781 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 129 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.25 |
| HSL | 52.26º | 0.33% | 0.63% | - |
| HSV(B) | 52.26º | 0.32% | 0.75% | - |
| XYZ | 42.38 | 46.53 | 27.52 | - |
| YUV | 179.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 129 | 0 | 0.04 | 0.32 | 0.25 | 52.26 | 0.33 | 0.63 |
| Hex | BF | B7 | 81 | 0 | 4 | 20 | 19 | 34 | 21 | 3F |
| Octal | 277 | 267 | 201 | 0 | 4 | 40 | 31 | 64 | 41 | 77 |
| Binary | 10111111 | 10110111 | 10000001 | 0 | 100 | 100000 | 11001 | 110100 | 100001 | 111111 |
Color Harmonies of #BFB781
Complementary color
Monochromatic Colors of #BFB781
Black with #BFB781
Text Example
Text Example
White with #BFB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB781; }
p { color: rgb(191,183,129); }
H1.HeaderClassName
{
color: #BFB781;
}
.AnyTagClassName
{
color: #BFB781;
}
</style>
background-color css
<style>
a { background-color: #BFB781; }
a { background-color: rgb(191,183,129); }
div.DivClassName
{
background-color: #BFB781;
}
.BgClassName
{
background-color: #BFB781;
}
</style>
border-color css
<style>
span { border-color: #BFB781; }
span { border-color: rgb(191,183,129); }
td.TdClassName
{
border-color: #BFB781;
}
.TagClassName
{
border-color: #BFB781;
}
</style>