#B83352

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

Shades of Old Rose #B83352

Tints of Old Rose #B83352

Color information

#B83352 (or 0xB83352) is unknown color: approx Old Rose. HEX triplet: B8, 33 and 52. RGB value is (184,51,82). Sum of RGB (Red+Green+Blue) = 184+51+82=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B83352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83352 is #47CCAD. Grayscale: #5E5E5E. Windows color (decimal): -4705454 or 5387192. OLE color: 5387192.

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

Color convert

RGB1845182-
CMYK00.720.550.28
HSL346.02º56.6%46.08%-
HSV(B)346.02º72.28%72.16%-
XYZ22.4713.179.34-
YUV94.3121.06191.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=58.04%
G=16.09%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184518200.720.550.28346.0256.646.08
HexB83352048371C15a392e
Octal27063122011067345327156
Binary1011100011001110100100100100011011111100101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83352; }

 p { color: rgb(184,51,82); }

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

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

 a { background-color: rgb(184,51,82); }

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

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

 span { border-color: rgb(184,51,82); }

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