Shades of Caper #B4C38C
Tints of Caper #B4C38C
RGB
CMYK
RGB Variations
Color information
#B4C38C (or 0xB4C38C) is known color: Caper. HEX triplet: B4, C3 and 8C. RGB value is (180,195,140). Sum of RGB (Red+Green+Blue) = 180+195+140=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38C is #4B3C73. Grayscale: #B8B8B8. Windows color (decimal): -4930676 or 9225140. OLE color: 9225140.
HSL color Cylindrical-coordinate representation of color #B4C38C: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4C38C is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 195 | 140 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.24 |
| HSL | 76.36º | 0.31% | 0.66% | - |
| HSV(B) | 76.36º | 0.28% | 0.76% | - |
| XYZ | 43.07 | 50.63 | 32.31 | - |
| YUV | 184.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 140 | 0.08 | 0 | 0.28 | 0.24 | 76.36 | 0.31 | 0.66 |
| Hex | B4 | C3 | 8C | 8 | 0 | 1C | 18 | 4C | 1F | 42 |
| Octal | 264 | 303 | 214 | 10 | 0 | 34 | 30 | 114 | 37 | 102 |
| Binary | 10110100 | 11000011 | 10001100 | 1000 | 0 | 11100 | 11000 | 1001100 | 11111 | 1000010 |
Color Harmonies of #B4C38C
Complementary color
Monochromatic Colors of #B4C38C
Black with #B4C38C
Text Example
Text Example
White with #B4C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C38C; }
p { color: rgb(180,195,140); }
H1.HeaderClassName
{
color: #B4C38C;
}
.AnyTagClassName
{
color: #B4C38C;
}
</style>
background-color css
<style>
a { background-color: #B4C38C; }
a { background-color: rgb(180,195,140); }
div.DivClassName
{
background-color: #B4C38C;
}
.BgClassName
{
background-color: #B4C38C;
}
</style>
border-color css
<style>
span { border-color: #B4C38C; }
span { border-color: rgb(180,195,140); }
td.TdClassName
{
border-color: #B4C38C;
}
.TagClassName
{
border-color: #B4C38C;
}
</style>