Shades of Contessa #B67269
Tints of Contessa #B67269
RGB
CMYK
RGB Variations
Color information
#B67269 (or 0xB67269) is known color: Contessa. HEX triplet: B6, 72 and 69. RGB value is (182,114,105). Sum of RGB (Red+Green+Blue) = 182+114+105=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67269 is #498D96. Grayscale: #858585. Windows color (decimal): -4820375 or 6910646. OLE color: 6910646.
HSL color Cylindrical-coordinate representation of color #B67269: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67269 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 105 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.29 |
| HSL | 7.01º | 0.35% | 0.56% | - |
| HSV(B) | 7.01º | 0.42% | 0.71% | - |
| XYZ | 27.86 | 23 | 16.34 | - |
| YUV | 133.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 105 | 0 | 0.37 | 0.42 | 0.29 | 7.01 | 0.35 | 0.56 |
| Hex | B6 | 72 | 69 | 0 | 25 | 2A | 1D | 7 | 23 | 38 |
| Octal | 266 | 162 | 151 | 0 | 45 | 52 | 35 | 7 | 43 | 70 |
| Binary | 10110110 | 1110010 | 1101001 | 0 | 100101 | 101010 | 11101 | 111 | 100011 | 111000 |
Color Harmonies of #B67269
Complementary color
Monochromatic Colors of #B67269
Black with #B67269
Text Example
Text Example
White with #B67269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67269; }
p { color: rgb(182,114,105); }
H1.HeaderClassName
{
color: #B67269;
}
.AnyTagClassName
{
color: #B67269;
}
</style>
background-color css
<style>
a { background-color: #B67269; }
a { background-color: rgb(182,114,105); }
div.DivClassName
{
background-color: #B67269;
}
.BgClassName
{
background-color: #B67269;
}
</style>
border-color css
<style>
span { border-color: #B67269; }
span { border-color: rgb(182,114,105); }
td.TdClassName
{
border-color: #B67269;
}
.TagClassName
{
border-color: #B67269;
}
</style>