Shades of Chatelle #B49CBB
Tints of Chatelle #B49CBB
RGB
CMYK
RGB Variations
Color information
#B49CBB (or 0xB49CBB) is known color: Chatelle. HEX triplet: B4, 9C and BB. RGB value is (180,156,187). Sum of RGB (Red+Green+Blue) = 180+156+187=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CBB is #4B6344. Grayscale: #A6A6A6. Windows color (decimal): -4940613 or 12295348. OLE color: 12295348.
HSL color Cylindrical-coordinate representation of color #B49CBB: hue angle of 286.45º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B49CBB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 156 | 187 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.27 |
| HSL | 286.45º | 0.19% | 0.67% | - |
| HSV(B) | 286.45º | 0.17% | 0.73% | - |
| XYZ | 39.68 | 37.07 | 52.08 | - |
| YUV | 166.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 187 | 0.04 | 0.17 | 0 | 0.27 | 286.45 | 0.19 | 0.67 |
| Hex | B4 | 9C | BB | 4 | 11 | 0 | 1B | 11E | 13 | 43 |
| Octal | 264 | 234 | 273 | 4 | 21 | 0 | 33 | 436 | 23 | 103 |
| Binary | 10110100 | 10011100 | 10111011 | 100 | 10001 | 0 | 11011 | 100011110 | 10011 | 1000011 |
Color Harmonies of #B49CBB
Complementary color
Monochromatic Colors of #B49CBB
Black with #B49CBB
Text Example
Text Example
White with #B49CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CBB; }
p { color: rgb(180,156,187); }
H1.HeaderClassName
{
color: #B49CBB;
}
.AnyTagClassName
{
color: #B49CBB;
}
</style>
background-color css
<style>
a { background-color: #B49CBB; }
a { background-color: rgb(180,156,187); }
div.DivClassName
{
background-color: #B49CBB;
}
.BgClassName
{
background-color: #B49CBB;
}
</style>
border-color css
<style>
span { border-color: #B49CBB; }
span { border-color: rgb(180,156,187); }
td.TdClassName
{
border-color: #B49CBB;
}
.TagClassName
{
border-color: #B49CBB;
}
</style>