Shades of Sunset #BD554A
Tints of Sunset #BD554A
RGB
CMYK
RGB Variations
Color information
#BD554A (or 0xBD554A) is known color: Sunset. HEX triplet: BD, 55 and 4A. RGB value is (189,85,74). Sum of RGB (Red+Green+Blue) = 189+85+74=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD554A is #42AAB5. Grayscale: #727272. Windows color (decimal): -4369078 or 4871613. OLE color: 4871613.
HSL color Cylindrical-coordinate representation of color #BD554A: hue angle of 5.74º 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 #BD554A is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 74 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.26 |
| HSL | 5.74º | 0.47% | 0.52% | - |
| HSV(B) | 5.74º | 0.61% | 0.74% | - |
| XYZ | 25.47 | 17.81 | 8.57 | - |
| YUV | 114.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 74 | 0 | 0.55 | 0.61 | 0.26 | 5.74 | 0.47 | 0.52 |
| Hex | BD | 55 | 4A | 0 | 37 | 3D | 1A | 6 | 2F | 34 |
| Octal | 275 | 125 | 112 | 0 | 67 | 75 | 32 | 6 | 57 | 64 |
| Binary | 10111101 | 1010101 | 1001010 | 0 | 110111 | 111101 | 11010 | 110 | 101111 | 110100 |
Color Harmonies of #BD554A
Complementary color
Monochromatic Colors of #BD554A
Black with #BD554A
Text Example
Text Example
White with #BD554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD554A; }
p { color: rgb(189,85,74); }
H1.HeaderClassName
{
color: #BD554A;
}
.AnyTagClassName
{
color: #BD554A;
}
</style>
background-color css
<style>
a { background-color: #BD554A; }
a { background-color: rgb(189,85,74); }
div.DivClassName
{
background-color: #BD554A;
}
.BgClassName
{
background-color: #BD554A;
}
</style>
border-color css
<style>
span { border-color: #BD554A; }
span { border-color: rgb(189,85,74); }
td.TdClassName
{
border-color: #BD554A;
}
.TagClassName
{
border-color: #BD554A;
}
</style>