#B62754

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

Shades of Old Rose #B62754

Tints of Old Rose #B62754

Color information

#B62754 (or 0xB62754) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 54. RGB value is (182,39,84). Sum of RGB (Red+Green+Blue) = 182+39+84=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B62754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62754 is #49D8AB. Grayscale: #565656. Windows color (decimal): -4839596 or 5515190. OLE color: 5515190.

HSL color Cylindrical-coordinate representation of color #B62754: hue angle of 341.12º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62754 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1823984-
CMYK00.790.540.29
HSL341.12º64.71%43.33%-
HSV(B)341.12º78.57%71.37%-
XYZ21.6212.049.57-
YUV86.89126.38195.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=59.67%
G=12.79%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182398400.790.540.29341.1264.7143.33
HexB6275404F361D155412b
Octal266471240117663552510153
Binary10110110100111101010001001111110110111011010101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62754; }

 p { color: rgb(182,39,84); }

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

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

 a { background-color: rgb(182,39,84); }

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

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

 span { border-color: rgb(182,39,84); }

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