#b82462

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

Shades of Old Rose #B82462

Tints of Old Rose #B82462

Color information

#B82462 (or 0xB82462) is unknown color: approx Old Rose. HEX triplet: B8, 24 and 62. RGB value is (184,36,98). Sum of RGB (Red+Green+Blue) = 184+36+98=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B82462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82462 is #47DB9D. Grayscale: #575757. Windows color (decimal): -4709278 or 6431928. OLE color: 6431928.

HSL color Cylindrical-coordinate representation of color #B82462: hue angle of 334.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82462 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1843698-
CMYK00.800.470.28
HSL334.86º67.27%43.14%-
HSV(B)334.86º80.43%72.16%-
XYZ22.612.3312.74-
YUV87.32134.03196.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=57.86%
G=11.32%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184369800.800.470.28334.8667.2743.14
HexB824620502F1C14f432b
Octal270441420120573451710353
Binary10111000100100110001001010000101111111001010011111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82462; }

 p { color: rgb(184,36,98); }

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

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

 a { background-color: rgb(184,36,98); }

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

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

 span { border-color: rgb(184,36,98); }

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