#B25773

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

Shades of Royal Heath #B25773

Tints of Royal Heath #B25773

Color information

#B25773 (or 0xB25773) is unknown color: approx Royal Heath. HEX triplet: B2, 57 and 73. RGB value is (178,87,115). Sum of RGB (Red+Green+Blue) = 178+87+115=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B25773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25773 is #4DA88C. Grayscale: #757575. Windows color (decimal): -5089421 or 7559090. OLE color: 7559090.

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

Color convert

RGB17887115-
CMYK00.510.350.30
HSL341.54º37.14%51.96%-
HSV(B)341.54º51.12%69.8%-
XYZ24.8617.5218.29-
YUV117.4126.65171.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=46.84%
G=22.89%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788711500.510.350.30341.5437.1451.96
HexB25773033231E1562534
Octal26212716306343365264564
Binary1011001010101111110011011001110001111110101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25773; }

 p { color: rgb(178,87,115); }

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

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

 a { background-color: rgb(178,87,115); }

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

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

 span { border-color: rgb(178,87,115); }

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