Shades of Yuma #BFB87D
Tints of Yuma #BFB87D
RGB
CMYK
RGB Variations
Color information
#BFB87D (or 0xBFB87D) is known color: Yuma. HEX triplet: BF, B8 and 7D. RGB value is (191,184,125). Sum of RGB (Red+Green+Blue) = 191+184+125=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB87D is #404782. Grayscale: #B3B3B3. Windows color (decimal): -4212611 or 8239295. OLE color: 8239295.
HSL color Cylindrical-coordinate representation of color #BFB87D: hue angle of 53.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFB87D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 125 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.25 |
| HSL | 53.64º | 0.34% | 0.62% | - |
| HSV(B) | 53.64º | 0.35% | 0.75% | - |
| XYZ | 42.33 | 46.84 | 26.21 | - |
| YUV | 179.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 125 | 0 | 0.04 | 0.35 | 0.25 | 53.64 | 0.34 | 0.62 |
| Hex | BF | B8 | 7D | 0 | 4 | 23 | 19 | 36 | 22 | 3E |
| Octal | 277 | 270 | 175 | 0 | 4 | 43 | 31 | 66 | 42 | 76 |
| Binary | 10111111 | 10111000 | 1111101 | 0 | 100 | 100011 | 11001 | 110110 | 100010 | 111110 |
Color Harmonies of #BFB87D
Complementary color
Monochromatic Colors of #BFB87D
Black with #BFB87D
Text Example
Text Example
White with #BFB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB87D; }
p { color: rgb(191,184,125); }
H1.HeaderClassName
{
color: #BFB87D;
}
.AnyTagClassName
{
color: #BFB87D;
}
</style>
background-color css
<style>
a { background-color: #BFB87D; }
a { background-color: rgb(191,184,125); }
div.DivClassName
{
background-color: #BFB87D;
}
.BgClassName
{
background-color: #BFB87D;
}
</style>
border-color css
<style>
span { border-color: #BFB87D; }
span { border-color: rgb(191,184,125); }
td.TdClassName
{
border-color: #BFB87D;
}
.TagClassName
{
border-color: #BFB87D;
}
</style>