Shades of Sunset #BD524A
Tints of Sunset #BD524A
RGB
CMYK
RGB Variations
Color information
#BD524A (or 0xBD524A) is known color: Sunset. HEX triplet: BD, 52 and 4A. RGB value is (189,82,74). Sum of RGB (Red+Green+Blue) = 189+82+74=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD524A is #42ADB5. Grayscale: #717171. Windows color (decimal): -4369846 or 4870845. OLE color: 4870845.
HSL color Cylindrical-coordinate representation of color #BD524A: hue angle of 4.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD524A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 74 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.26 |
| HSL | 4.17º | 0.47% | 0.52% | - |
| HSV(B) | 4.17º | 0.61% | 0.74% | - |
| XYZ | 25.24 | 17.35 | 8.5 | - |
| YUV | 113.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 74 | 0 | 0.57 | 0.61 | 0.26 | 4.17 | 0.47 | 0.52 |
| Hex | BD | 52 | 4A | 0 | 39 | 3D | 1A | 4 | 2F | 34 |
| Octal | 275 | 122 | 112 | 0 | 71 | 75 | 32 | 4 | 57 | 64 |
| Binary | 10111101 | 1010010 | 1001010 | 0 | 111001 | 111101 | 11010 | 100 | 101111 | 110100 |
Color Harmonies of #BD524A
Complementary color
Monochromatic Colors of #BD524A
Black with #BD524A
Text Example
Text Example
White with #BD524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD524A; }
p { color: rgb(189,82,74); }
H1.HeaderClassName
{
color: #BD524A;
}
.AnyTagClassName
{
color: #BD524A;
}
</style>
background-color css
<style>
a { background-color: #BD524A; }
a { background-color: rgb(189,82,74); }
div.DivClassName
{
background-color: #BD524A;
}
.BgClassName
{
background-color: #BD524A;
}
</style>
border-color css
<style>
span { border-color: #BD524A; }
span { border-color: rgb(189,82,74); }
td.TdClassName
{
border-color: #BD524A;
}
.TagClassName
{
border-color: #BD524A;
}
</style>