Shades of Caper #B3BE7D
Tints of Caper #B3BE7D
RGB
CMYK
RGB Variations
Color information
#B3BE7D (or 0xB3BE7D) is known color: Caper. HEX triplet: B3, BE and 7D. RGB value is (179,190,125). Sum of RGB (Red+Green+Blue) = 179+190+125=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE7D is #4C4182. Grayscale: #B3B3B3. Windows color (decimal): -4997507 or 8240819. OLE color: 8240819.
HSL color Cylindrical-coordinate representation of color #B3BE7D: hue angle of 70.15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3BE7D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 125 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.25 |
| HSL | 70.15º | 0.33% | 0.62% | - |
| HSV(B) | 70.15º | 0.34% | 0.75% | - |
| XYZ | 40.71 | 47.89 | 26.5 | - |
| YUV | 179.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 125 | 0.06 | 0 | 0.34 | 0.25 | 70.15 | 0.33 | 0.62 |
| Hex | B3 | BE | 7D | 6 | 0 | 22 | 19 | 46 | 21 | 3E |
| Octal | 263 | 276 | 175 | 6 | 0 | 42 | 31 | 106 | 41 | 76 |
| Binary | 10110011 | 10111110 | 1111101 | 110 | 0 | 100010 | 11001 | 1000110 | 100001 | 111110 |
Color Harmonies of #B3BE7D
Complementary color
Monochromatic Colors of #B3BE7D
Black with #B3BE7D
Text Example
Text Example
White with #B3BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BE7D; }
p { color: rgb(179,190,125); }
H1.HeaderClassName
{
color: #B3BE7D;
}
.AnyTagClassName
{
color: #B3BE7D;
}
</style>
background-color css
<style>
a { background-color: #B3BE7D; }
a { background-color: rgb(179,190,125); }
div.DivClassName
{
background-color: #B3BE7D;
}
.BgClassName
{
background-color: #B3BE7D;
}
</style>
border-color css
<style>
span { border-color: #B3BE7D; }
span { border-color: rgb(179,190,125); }
td.TdClassName
{
border-color: #B3BE7D;
}
.TagClassName
{
border-color: #B3BE7D;
}
</style>