Shades of Caper #B4BD8A
Tints of Caper #B4BD8A
RGB
CMYK
RGB Variations
Color information
#B4BD8A (or 0xB4BD8A) is known color: Caper. HEX triplet: B4, BD and 8A. RGB value is (180,189,138). Sum of RGB (Red+Green+Blue) = 180+189+138=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD8A is #4B4275. Grayscale: #B4B4B4. Windows color (decimal): -4932214 or 9092532. OLE color: 9092532.
HSL color Cylindrical-coordinate representation of color #B4BD8A: hue angle of 70.59º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4BD8A is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 138 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.26 |
| HSL | 70.59º | 0.28% | 0.64% | - |
| HSV(B) | 70.59º | 0.27% | 0.74% | - |
| XYZ | 41.61 | 47.93 | 31.1 | - |
| YUV | 180.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 138 | 0.05 | 0 | 0.27 | 0.26 | 70.59 | 0.28 | 0.64 |
| Hex | B4 | BD | 8A | 5 | 0 | 1B | 1A | 47 | 1C | 40 |
| Octal | 264 | 275 | 212 | 5 | 0 | 33 | 32 | 107 | 34 | 100 |
| Binary | 10110100 | 10111101 | 10001010 | 101 | 0 | 11011 | 11010 | 1000111 | 11100 | 1000000 |
Color Harmonies of #B4BD8A
Complementary color
Monochromatic Colors of #B4BD8A
Black with #B4BD8A
Text Example
Text Example
White with #B4BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD8A; }
p { color: rgb(180,189,138); }
H1.HeaderClassName
{
color: #B4BD8A;
}
.AnyTagClassName
{
color: #B4BD8A;
}
</style>
background-color css
<style>
a { background-color: #B4BD8A; }
a { background-color: rgb(180,189,138); }
div.DivClassName
{
background-color: #B4BD8A;
}
.BgClassName
{
background-color: #B4BD8A;
}
</style>
border-color css
<style>
span { border-color: #B4BD8A; }
span { border-color: rgb(180,189,138); }
td.TdClassName
{
border-color: #B4BD8A;
}
.TagClassName
{
border-color: #B4BD8A;
}
</style>