Shades of Cloudy #B4A693
Tints of Cloudy #B4A693
RGB
CMYK
RGB Variations
Color information
#B4A693 (or 0xB4A693) is known color: Cloudy. HEX triplet: B4, A6 and 93. RGB value is (180,166,147). Sum of RGB (Red+Green+Blue) = 180+166+147=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A693 is #4B596C. Grayscale: #A8A8A8. Windows color (decimal): -4938093 or 9676468. OLE color: 9676468.
HSL color Cylindrical-coordinate representation of color #B4A693: hue angle of 34.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A693 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 147 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.29 |
| HSL | 34.55º | 0.18% | 0.64% | - |
| HSV(B) | 34.55º | 0.18% | 0.71% | - |
| XYZ | 37.73 | 39.08 | 33.16 | - |
| YUV | 168.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 147 | 0 | 0.08 | 0.18 | 0.29 | 34.55 | 0.18 | 0.64 |
| Hex | B4 | A6 | 93 | 0 | 8 | 12 | 1D | 23 | 12 | 40 |
| Octal | 264 | 246 | 223 | 0 | 10 | 22 | 35 | 43 | 22 | 100 |
| Binary | 10110100 | 10100110 | 10010011 | 0 | 1000 | 10010 | 11101 | 100011 | 10010 | 1000000 |
Color Harmonies of #B4A693
Complementary color
Monochromatic Colors of #B4A693
Black with #B4A693
Text Example
Text Example
White with #B4A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A693; }
p { color: rgb(180,166,147); }
H1.HeaderClassName
{
color: #B4A693;
}
.AnyTagClassName
{
color: #B4A693;
}
</style>
background-color css
<style>
a { background-color: #B4A693; }
a { background-color: rgb(180,166,147); }
div.DivClassName
{
background-color: #B4A693;
}
.BgClassName
{
background-color: #B4A693;
}
</style>
border-color css
<style>
span { border-color: #B4A693; }
span { border-color: rgb(180,166,147); }
td.TdClassName
{
border-color: #B4A693;
}
.TagClassName
{
border-color: #B4A693;
}
</style>