Shades of Sunset #BD544A
Tints of Sunset #BD544A
RGB
CMYK
RGB Variations
Color information
#BD544A (or 0xBD544A) is known color: Sunset. HEX triplet: BD, 54 and 4A. RGB value is (189,84,74). Sum of RGB (Red+Green+Blue) = 189+84+74=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD544A is #42ABB5. Grayscale: #727272. Windows color (decimal): -4369334 or 4871357. OLE color: 4871357.
HSL color Cylindrical-coordinate representation of color #BD544A: hue angle of 5.22º 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 #BD544A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 74 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.26 |
| HSL | 5.22º | 0.47% | 0.52% | - |
| HSV(B) | 5.22º | 0.61% | 0.74% | - |
| XYZ | 25.39 | 17.65 | 8.55 | - |
| YUV | 114.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 74 | 0 | 0.56 | 0.61 | 0.26 | 5.22 | 0.47 | 0.52 |
| Hex | BD | 54 | 4A | 0 | 38 | 3D | 1A | 5 | 2F | 34 |
| Octal | 275 | 124 | 112 | 0 | 70 | 75 | 32 | 5 | 57 | 64 |
| Binary | 10111101 | 1010100 | 1001010 | 0 | 111000 | 111101 | 11010 | 101 | 101111 | 110100 |
Color Harmonies of #BD544A
Complementary color
Monochromatic Colors of #BD544A
Black with #BD544A
Text Example
Text Example
White with #BD544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD544A; }
p { color: rgb(189,84,74); }
H1.HeaderClassName
{
color: #BD544A;
}
.AnyTagClassName
{
color: #BD544A;
}
</style>
background-color css
<style>
a { background-color: #BD544A; }
a { background-color: rgb(189,84,74); }
div.DivClassName
{
background-color: #BD544A;
}
.BgClassName
{
background-color: #BD544A;
}
</style>
border-color css
<style>
span { border-color: #BD544A; }
span { border-color: rgb(189,84,74); }
td.TdClassName
{
border-color: #BD544A;
}
.TagClassName
{
border-color: #BD544A;
}
</style>