#B8384B

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

Shades of Old Rose #B8384B

Tints of Old Rose #B8384B

Color information

#B8384B (or 0xB8384B) is unknown color: approx Old Rose. HEX triplet: B8, 38 and 4B. RGB value is (184,56,75). Sum of RGB (Red+Green+Blue) = 184+56+75=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8384B is #47C7B4. Grayscale: #606060. Windows color (decimal): -4704181 or 4929720. OLE color: 4929720.

HSL color Cylindrical-coordinate representation of color #B8384B: hue angle of 351.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8384B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1845675-
CMYK00.700.590.28
HSL351.09º53.33%47.06%-
HSV(B)351.09º69.57%72.16%-
XYZ22.4513.538.08-
YUV96.44115.91190.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=58.41%
G=17.78%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184567500.700.590.28351.0953.3347.06
HexB8384B0463B1C15f352f
Octal27070113010673345376557
Binary1011100011100010010110100011011101111100101011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8384B; }

 p { color: rgb(184,56,75); }

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

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

 a { background-color: rgb(184,56,75); }

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

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

 span { border-color: rgb(184,56,75); }

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