Shades of Apple Blossom #B0523F
Tints of Apple Blossom #B0523F
RGB
CMYK
RGB Variations
Color information
#B0523F (or 0xB0523F) is known color: Apple Blossom. HEX triplet: B0, 52 and 3F. RGB value is (176,82,63). Sum of RGB (Red+Green+Blue) = 176+82+63=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0523F is #4FADC0. Grayscale: #6C6C6C. Windows color (decimal): -5221825 or 4149936. OLE color: 4149936.
HSL color Cylindrical-coordinate representation of color #B0523F: hue angle of 10.09º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0523F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 63 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.31 |
| HSL | 10.09º | 0.47% | 0.47% | - |
| HSV(B) | 10.09º | 0.64% | 0.69% | - |
| XYZ | 21.82 | 15.62 | 6.57 | - |
| YUV | 107.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 63 | 0 | 0.53 | 0.64 | 0.31 | 10.09 | 0.47 | 0.47 |
| Hex | B0 | 52 | 3F | 0 | 35 | 40 | 1F | A | 2F | 2F |
| Octal | 260 | 122 | 77 | 0 | 65 | 100 | 37 | 12 | 57 | 57 |
| Binary | 10110000 | 1010010 | 111111 | 0 | 110101 | 1000000 | 11111 | 1010 | 101111 | 101111 |
Color Harmonies of #B0523F
Complementary color
Monochromatic Colors of #B0523F
Black with #B0523F
Text Example
Text Example
White with #B0523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0523F; }
p { color: rgb(176,82,63); }
H1.HeaderClassName
{
color: #B0523F;
}
.AnyTagClassName
{
color: #B0523F;
}
</style>
background-color css
<style>
a { background-color: #B0523F; }
a { background-color: rgb(176,82,63); }
div.DivClassName
{
background-color: #B0523F;
}
.BgClassName
{
background-color: #B0523F;
}
</style>
border-color css
<style>
span { border-color: #B0523F; }
span { border-color: rgb(176,82,63); }
td.TdClassName
{
border-color: #B0523F;
}
.TagClassName
{
border-color: #B0523F;
}
</style>