#B82154

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

Shades of Old Rose #B82154

Tints of Old Rose #B82154

Color information

#B82154 (or 0xB82154) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 54. RGB value is (184,33,84). Sum of RGB (Red+Green+Blue) = 184+33+84=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B82154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82154 is #47DEAB. Grayscale: #535353. Windows color (decimal): -4710060 or 5513656. OLE color: 5513656.

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

Color convert

RGB1843384-
CMYK00.820.540.28
HSL339.74º69.59%42.55%-
HSV(B)339.74º82.07%72.16%-
XYZ21.9111.929.53-
YUV83.96128.03199.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=61.13%
G=10.96%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184338400.820.540.28339.7469.5942.55
HexB82154052361C154462b
Octal270411240122663452410653
Binary10111000100001101010001010010110110111001010101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82154; }

 p { color: rgb(184,33,84); }

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

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

 a { background-color: rgb(184,33,84); }

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

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

 span { border-color: rgb(184,33,84); }

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