Shades of Caper #B4BD82
Tints of Caper #B4BD82
RGB
CMYK
RGB Variations
Color information
#B4BD82 (or 0xB4BD82) is known color: Caper. HEX triplet: B4, BD and 82. RGB value is (180,189,130). Sum of RGB (Red+Green+Blue) = 180+189+130=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD82 is #4B427D. Grayscale: #B3B3B3. Windows color (decimal): -4932222 or 8568244. OLE color: 8568244.
HSL color Cylindrical-coordinate representation of color #B4BD82: hue angle of 69.15º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4BD82 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 130 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.26 |
| HSL | 69.15º | 0.31% | 0.63% | - |
| HSV(B) | 69.15º | 0.31% | 0.74% | - |
| XYZ | 41.05 | 47.71 | 28.16 | - |
| YUV | 179.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 130 | 0.05 | 0 | 0.31 | 0.26 | 69.15 | 0.31 | 0.63 |
| Hex | B4 | BD | 82 | 5 | 0 | 1F | 1A | 45 | 1F | 3F |
| Octal | 264 | 275 | 202 | 5 | 0 | 37 | 32 | 105 | 37 | 77 |
| Binary | 10110100 | 10111101 | 10000010 | 101 | 0 | 11111 | 11010 | 1000101 | 11111 | 111111 |
Color Harmonies of #B4BD82
Complementary color
Monochromatic Colors of #B4BD82
Black with #B4BD82
Text Example
Text Example
White with #B4BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD82; }
p { color: rgb(180,189,130); }
H1.HeaderClassName
{
color: #B4BD82;
}
.AnyTagClassName
{
color: #B4BD82;
}
</style>
background-color css
<style>
a { background-color: #B4BD82; }
a { background-color: rgb(180,189,130); }
div.DivClassName
{
background-color: #B4BD82;
}
.BgClassName
{
background-color: #B4BD82;
}
</style>
border-color css
<style>
span { border-color: #B4BD82; }
span { border-color: rgb(180,189,130); }
td.TdClassName
{
border-color: #B4BD82;
}
.TagClassName
{
border-color: #B4BD82;
}
</style>