Shades of Sunset #BD534B
Tints of Sunset #BD534B
RGB
CMYK
RGB Variations
Color information
#BD534B (or 0xBD534B) is known color: Sunset. HEX triplet: BD, 53 and 4B. RGB value is (189,83,75). Sum of RGB (Red+Green+Blue) = 189+83+75=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD534B is #42ACB4. Grayscale: #717171. Windows color (decimal): -4369589 or 4936637. OLE color: 4936637.
HSL color Cylindrical-coordinate representation of color #BD534B: hue angle of 4.21º 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 #BD534B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 75 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.26 |
| HSL | 4.21º | 0.46% | 0.52% | - |
| HSV(B) | 4.21º | 0.6% | 0.74% | - |
| XYZ | 25.35 | 17.51 | 8.7 | - |
| YUV | 113.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 75 | 0 | 0.56 | 0.60 | 0.26 | 4.21 | 0.46 | 0.52 |
| Hex | BD | 53 | 4B | 0 | 38 | 3C | 1A | 4 | 2E | 34 |
| Octal | 275 | 123 | 113 | 0 | 70 | 74 | 32 | 4 | 56 | 64 |
| Binary | 10111101 | 1010011 | 1001011 | 0 | 111000 | 111100 | 11010 | 100 | 101110 | 110100 |
Color Harmonies of #BD534B
Complementary color
Monochromatic Colors of #BD534B
Black with #BD534B
Text Example
Text Example
White with #BD534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD534B; }
p { color: rgb(189,83,75); }
H1.HeaderClassName
{
color: #BD534B;
}
.AnyTagClassName
{
color: #BD534B;
}
</style>
background-color css
<style>
a { background-color: #BD534B; }
a { background-color: rgb(189,83,75); }
div.DivClassName
{
background-color: #BD534B;
}
.BgClassName
{
background-color: #BD534B;
}
</style>
border-color css
<style>
span { border-color: #BD534B; }
span { border-color: rgb(189,83,75); }
td.TdClassName
{
border-color: #BD534B;
}
.TagClassName
{
border-color: #BD534B;
}
</style>