Shades of Old Rose #BF264B
Tints of Old Rose #BF264B
RGB
CMYK
RGB Variations
Color information
#BF264B (or 0xBF264B) is known color: Old Rose. HEX triplet: BF, 26 and 4B. RGB value is (191,38,75). Sum of RGB (Red+Green+Blue) = 191+38+75=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF264B is #40D9B4. Grayscale: #575757. Windows color (decimal): -4250037 or 4925119. OLE color: 4925119.
HSL color Cylindrical-coordinate representation of color #BF264B: hue angle of 345.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF264B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 38 | 75 | - |
CMYK | 0 | 0.80 | 0.61 | 0.25 |
HSL | 345.49º | 0.67% | 0.45% | - |
HSV(B) | 345.49º | 0.8% | 0.75% | - |
XYZ | 23.45 | 12.97 | 7.92 | - |
YUV | 87.97 | 120.69 | 201.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 38 | 75 | 0 | 0.80 | 0.61 | 0.25 | 345.49 | 0.67 | 0.45 |
Hex | BF | 26 | 4B | 0 | 50 | 3D | 19 | 159 | 43 | 2D |
Octal | 277 | 46 | 113 | 0 | 120 | 75 | 31 | 531 | 103 | 55 |
Binary | 10111111 | 100110 | 1001011 | 0 | 1010000 | 111101 | 11001 | 101011001 | 1000011 | 101101 |
Color Harmonies of #BF264B
Complementary color
Monochromatic Colors of #BF264B
Black with #BF264B
Text Example
Text Example
White with #BF264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF264B; }
p { color: rgb(191,38,75); }
H1.HeaderClassName
{
color: #BF264B;
}
.AnyTagClassName
{
color: #BF264B;
}
</style>
background-color css
<style>
a { background-color: #BF264B; }
a { background-color: rgb(191,38,75); }
div.DivClassName
{
background-color: #BF264B;
}
.BgClassName
{
background-color: #BF264B;
}
</style>
border-color css
<style>
span { border-color: #BF264B; }
span { border-color: rgb(191,38,75); }
td.TdClassName
{
border-color: #BF264B;
}
.TagClassName
{
border-color: #BF264B;
}
</style>