#B8354D

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

Shades of Old Rose #B8354D

Tints of Old Rose #B8354D

Color information

#B8354D (or 0xB8354D) is unknown color: approx Old Rose. HEX triplet: B8, 35 and 4D. RGB value is (184,53,77). Sum of RGB (Red+Green+Blue) = 184+53+77=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8354D is #47CAB2. Grayscale: #5E5E5E. Windows color (decimal): -4704947 or 5060024. OLE color: 5060024.

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

Color convert

RGB1845377-
CMYK00.710.580.28
HSL349.01º55.27%46.47%-
HSV(B)349.01º71.2%72.16%-
XYZ22.3813.278.4-
YUV94.9117.9191.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.60%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=58.60%
G=16.88%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184537700.710.580.28349.0155.2746.47
HexB8354D0473A1C15d372e
Octal27065115010772345356756
Binary1011100011010110011010100011111101011100101011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8354D; }

 p { color: rgb(184,53,77); }

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

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

 a { background-color: rgb(184,53,77); }

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

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

 span { border-color: rgb(184,53,77); }

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