Shades of Rose Of Sharon #B14B27
Tints of Rose Of Sharon #B14B27
RGB
CMYK
RGB Variations
Color information
#B14B27 (or 0xB14B27) is known color: Rose Of Sharon. HEX triplet: B1, 4B and 27. RGB value is (177,75,39). Sum of RGB (Red+Green+Blue) = 177+75+39=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B27 is #4EB4D8. Grayscale: #656565. Windows color (decimal): -5158105 or 2575281. OLE color: 2575281.
HSL color Cylindrical-coordinate representation of color #B14B27: hue angle of 15.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B14B27 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 39 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.31 |
| HSL | 15.65º | 0.64% | 0.42% | - |
| HSV(B) | 15.65º | 0.78% | 0.69% | - |
| XYZ | 21.01 | 14.53 | 3.62 | - |
| YUV | 101.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 39 | 0 | 0.58 | 0.78 | 0.31 | 15.65 | 0.64 | 0.42 |
| Hex | B1 | 4B | 27 | 0 | 3A | 4E | 1F | 10 | 40 | 2A |
| Octal | 261 | 113 | 47 | 0 | 72 | 116 | 37 | 20 | 100 | 52 |
| Binary | 10110001 | 1001011 | 100111 | 0 | 111010 | 1001110 | 11111 | 10000 | 1000000 | 101010 |
Color Harmonies of #B14B27
Complementary color
Monochromatic Colors of #B14B27
Black with #B14B27
Text Example
Text Example
White with #B14B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B27; }
p { color: rgb(177,75,39); }
H1.HeaderClassName
{
color: #B14B27;
}
.AnyTagClassName
{
color: #B14B27;
}
</style>
background-color css
<style>
a { background-color: #B14B27; }
a { background-color: rgb(177,75,39); }
div.DivClassName
{
background-color: #B14B27;
}
.BgClassName
{
background-color: #B14B27;
}
</style>
border-color css
<style>
span { border-color: #B14B27; }
span { border-color: rgb(177,75,39); }
td.TdClassName
{
border-color: #B14B27;
}
.TagClassName
{
border-color: #B14B27;
}
</style>