Shades of Sunset #BD514B
Tints of Sunset #BD514B
RGB
CMYK
RGB Variations
Color information
#BD514B (or 0xBD514B) is known color: Sunset. HEX triplet: BD, 51 and 4B. RGB value is (189,81,75). Sum of RGB (Red+Green+Blue) = 189+81+75=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD514B is #42AEB4. Grayscale: #707070. Windows color (decimal): -4370101 or 4936125. OLE color: 4936125.
HSL color Cylindrical-coordinate representation of color #BD514B: hue angle of 3.16º 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 #BD514B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 75 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.26 |
| HSL | 3.16º | 0.46% | 0.52% | - |
| HSV(B) | 3.16º | 0.6% | 0.74% | - |
| XYZ | 25.2 | 17.21 | 8.65 | - |
| YUV | 112.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 75 | 0 | 0.57 | 0.60 | 0.26 | 3.16 | 0.46 | 0.52 |
| Hex | BD | 51 | 4B | 0 | 39 | 3C | 1A | 3 | 2E | 34 |
| Octal | 275 | 121 | 113 | 0 | 71 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111101 | 1010001 | 1001011 | 0 | 111001 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BD514B
Complementary color
Monochromatic Colors of #BD514B
Black with #BD514B
Text Example
Text Example
White with #BD514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD514B; }
p { color: rgb(189,81,75); }
H1.HeaderClassName
{
color: #BD514B;
}
.AnyTagClassName
{
color: #BD514B;
}
</style>
background-color css
<style>
a { background-color: #BD514B; }
a { background-color: rgb(189,81,75); }
div.DivClassName
{
background-color: #BD514B;
}
.BgClassName
{
background-color: #BD514B;
}
</style>
border-color css
<style>
span { border-color: #BD514B; }
span { border-color: rgb(189,81,75); }
td.TdClassName
{
border-color: #BD514B;
}
.TagClassName
{
border-color: #BD514B;
}
</style>