#B8234D

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

Shades of Old Rose #B8234D

Tints of Old Rose #B8234D

Color information

#B8234D (or 0xB8234D) is unknown color: approx Old Rose. HEX triplet: B8, 23 and 4D. RGB value is (184,35,77). Sum of RGB (Red+Green+Blue) = 184+35+77=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8234D is #47DCB2. Grayscale: #545454. Windows color (decimal): -4709555 or 5055416. OLE color: 5055416.

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

Color convert

RGB1843577-
CMYK00.810.580.28
HSL343.09º68.04%42.94%-
HSV(B)343.09º80.98%72.16%-
XYZ21.7111.938.18-
YUV84.34123.86199.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.16%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=62.16%
G=11.82%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184357700.810.580.28343.0968.0442.94
HexB8234D0513A1C157442b
Octal270431150121723452710453
Binary10111000100011100110101010001111010111001010101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8234D; }

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

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

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

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

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

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

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

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