Shades of Sunset #BD524C
Tints of Sunset #BD524C
RGB
CMYK
RGB Variations
Color information
#BD524C (or 0xBD524C) is known color: Sunset. HEX triplet: BD, 52 and 4C. RGB value is (189,82,76). Sum of RGB (Red+Green+Blue) = 189+82+76=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD524C is #42ADB3. Grayscale: #717171. Windows color (decimal): -4369844 or 5001917. OLE color: 5001917.
HSL color Cylindrical-coordinate representation of color #BD524C: hue angle of 3.19º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD524C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 76 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.26 |
| HSL | 3.19º | 0.46% | 0.52% | - |
| HSV(B) | 3.19º | 0.6% | 0.74% | - |
| XYZ | 25.31 | 17.38 | 8.86 | - |
| YUV | 113.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 76 | 0 | 0.57 | 0.60 | 0.26 | 3.19 | 0.46 | 0.52 |
| Hex | BD | 52 | 4C | 0 | 39 | 3C | 1A | 3 | 2E | 34 |
| Octal | 275 | 122 | 114 | 0 | 71 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111101 | 1010010 | 1001100 | 0 | 111001 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BD524C
Complementary color
Monochromatic Colors of #BD524C
Black with #BD524C
Text Example
Text Example
White with #BD524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD524C; }
p { color: rgb(189,82,76); }
H1.HeaderClassName
{
color: #BD524C;
}
.AnyTagClassName
{
color: #BD524C;
}
</style>
background-color css
<style>
a { background-color: #BD524C; }
a { background-color: rgb(189,82,76); }
div.DivClassName
{
background-color: #BD524C;
}
.BgClassName
{
background-color: #BD524C;
}
</style>
border-color css
<style>
span { border-color: #BD524C; }
span { border-color: rgb(189,82,76); }
td.TdClassName
{
border-color: #BD524C;
}
.TagClassName
{
border-color: #BD524C;
}
</style>