#B63F4E

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

Shades of Old Rose #B63F4E

Tints of Old Rose #B63F4E

Color information

#B63F4E (or 0xB63F4E) is unknown color: approx Old Rose. HEX triplet: B6, 3F and 4E. RGB value is (182,63,78). Sum of RGB (Red+Green+Blue) = 182+63+78=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F4E is #49C0B1. Grayscale: #646464. Windows color (decimal): -4833458 or 5128118. OLE color: 5128118.

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

Color convert

RGB1826378-
CMYK00.650.570.29
HSL352.44º48.57%48.04%-
HSV(B)352.44º65.38%71.37%-
XYZ22.4414.058.74-
YUV100.29115.42186.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=56.35%
G=19.50%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182637800.650.570.29352.4448.5748.04
HexB63F4E041391D1603130
Octal26677116010171355406160
Binary1011011011111110011100100000111100111101101100000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63F4E; }

 p { color: rgb(182,63,78); }

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

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

 a { background-color: rgb(182,63,78); }

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

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

 span { border-color: rgb(182,63,78); }

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