#B25572

Color #B25572 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B25572

Tints of Royal Heath #B25572

Color information

#B25572 (or 0xB25572) is unknown color: approx Royal Heath. HEX triplet: B2, 55 and 72. RGB value is (178,85,114). Sum of RGB (Red+Green+Blue) = 178+85+114=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B25572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25572 is #4DAA8D. Grayscale: #747474. Windows color (decimal): -5089934 or 7493042. OLE color: 7493042.

HSL color Cylindrical-coordinate representation of color #B25572: hue angle of 341.29º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25572 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17885114-
CMYK00.520.360.30
HSL341.29º37.65%51.57%-
HSV(B)341.29º52.25%69.8%-
XYZ24.6517.1817.94-
YUV116.11126.81172.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=47.21%
G=22.55%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788511400.520.360.30341.2937.6551.57
HexB25572034241E1552634
Octal26212516206444365254664
Binary1011001010101011110010011010010010011110101010101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25572; }

 p { color: rgb(178,85,114); }

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

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

 a { background-color: rgb(178,85,114); }

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

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

 span { border-color: rgb(178,85,114); }

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