#B8264E

Color #B8264E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B8264E

Tints of Old Rose #B8264E

Color information

#B8264E (or 0xB8264E) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 4E. RGB value is (184,38,78). Sum of RGB (Red+Green+Blue) = 184+38+78=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8264E is #47D9B1. Grayscale: #565656. Windows color (decimal): -4708786 or 5121720. OLE color: 5121720.

HSL color Cylindrical-coordinate representation of color #B8264E: hue angle of 343.56º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8264E is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1843878-
CMYK00.790.580.28
HSL343.56º65.77%43.53%-
HSV(B)343.56º79.35%72.16%-
XYZ21.8412.138.4-
YUV86.21123.37197.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 61.33%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=61.33%
G=12.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184387800.790.580.28343.5665.7743.53
HexB8264E04F3A1C158422c
Octal270461160117723453010254
Binary10111000100110100111001001111111010111001010110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8264E; }

 p { color: rgb(184,38,78); }

 H1.HeaderClassName
 {
   color: #B8264E;
 }
 .AnyTagClassName
 {
   color: #B8264E;
 }
</style>
background-color css

<style>
 a { background-color: #B8264E; }

 a { background-color: rgb(184,38,78); }

 div.DivClassName
 {
   background-color: #B8264E;
 }
 .BgClassName
 {
   background-color: #B8264E;
 }
</style>
border-color css

<style>
 span { border-color: #B8264E; }

 span { border-color: rgb(184,38,78); }

 td.TdClassName
 {
   border-color: #B8264E;
 }
 .TagClassName
 {
   border-color: #B8264E;
 }
</style>