Shades of Puce #BE818A
Tints of Puce #BE818A
RGB
CMYK
RGB Variations
Color information
#BE818A (or 0xBE818A) is known color: Puce. HEX triplet: BE, 81 and 8A. RGB value is (190,129,138). Sum of RGB (Red+Green+Blue) = 190+129+138=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE818A is #417E75. Grayscale: #949494. Windows color (decimal): -4292214 or 9077182. OLE color: 9077182.
HSL color Cylindrical-coordinate representation of color #BE818A: hue angle of 351.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE818A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 138 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.25 |
| HSL | 351.15º | 0.32% | 0.63% | - |
| HSV(B) | 351.15º | 0.32% | 0.75% | - |
| XYZ | 33.67 | 28.48 | 27.77 | - |
| YUV | 148.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 138 | 0 | 0.32 | 0.27 | 0.25 | 351.15 | 0.32 | 0.63 |
| Hex | BE | 81 | 8A | 0 | 20 | 1B | 19 | 15F | 20 | 3F |
| Octal | 276 | 201 | 212 | 0 | 40 | 33 | 31 | 537 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10001010 | 0 | 100000 | 11011 | 11001 | 101011111 | 100000 | 111111 |
Color Harmonies of #BE818A
Complementary color
Monochromatic Colors of #BE818A
Black with #BE818A
Text Example
Text Example
White with #BE818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE818A; }
p { color: rgb(190,129,138); }
H1.HeaderClassName
{
color: #BE818A;
}
.AnyTagClassName
{
color: #BE818A;
}
</style>
background-color css
<style>
a { background-color: #BE818A; }
a { background-color: rgb(190,129,138); }
div.DivClassName
{
background-color: #BE818A;
}
.BgClassName
{
background-color: #BE818A;
}
</style>
border-color css
<style>
span { border-color: #BE818A; }
span { border-color: rgb(190,129,138); }
td.TdClassName
{
border-color: #BE818A;
}
.TagClassName
{
border-color: #BE818A;
}
</style>