#B82654

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

Shades of Old Rose #B82654

Tints of Old Rose #B82654

Color information

#B82654 (or 0xB82654) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 54. RGB value is (184,38,84). Sum of RGB (Red+Green+Blue) = 184+38+84=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82654 is #47D9AB. Grayscale: #565656. Windows color (decimal): -4708780 or 5514936. OLE color: 5514936.

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

Color convert

RGB1843884-
CMYK00.790.540.28
HSL341.1º65.77%43.53%-
HSV(B)341.1º79.35%72.16%-
XYZ22.0612.229.58-
YUV86.9126.37197.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.13%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=60.13%
G=12.42%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184388400.790.540.28341.165.7743.53
HexB8265404F361C155422c
Octal270461240117663452510254
Binary10111000100110101010001001111110110111001010101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82654; }

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

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

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

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

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

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

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

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