#B8184F

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

Shades of Old Rose #B8184F

Tints of Old Rose #B8184F

Color information

#B8184F (or 0xB8184F) is unknown color: approx Old Rose. HEX triplet: B8, 18 and 4F. RGB value is (184,24,79). Sum of RGB (Red+Green+Blue) = 184+24+79=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B8184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8184F is #47E7B0. Grayscale: #4E4E4E. Windows color (decimal): -4712369 or 5183672. OLE color: 5183672.

HSL color Cylindrical-coordinate representation of color #B8184F: hue angle of 339.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8184F is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1842479-
CMYK00.870.570.28
HSL339.38º76.92%40.78%-
HSV(B)339.38º86.96%72.16%-
XYZ21.5111.418.47-
YUV78.11128.51203.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.11%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=64.11%
G=8.36%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184247900.870.570.28339.3876.9240.78
HexB8184F057391C1534d29
Octal270301170127713452311551
Binary1011100011000100111101010111111001111001010100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8184F; }

 p { color: rgb(184,24,79); }

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

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

 a { background-color: rgb(184,24,79); }

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

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

 span { border-color: rgb(184,24,79); }

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