#B25672

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

Shades of Royal Heath #B25672

Tints of Royal Heath #B25672

Color information

#B25672 (or 0xB25672) is unknown color: approx Royal Heath. HEX triplet: B2, 56 and 72. RGB value is (178,86,114). Sum of RGB (Red+Green+Blue) = 178+86+114=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25672 is #4DA98D. Grayscale: #747474. Windows color (decimal): -5089678 or 7493298. OLE color: 7493298.

HSL color Cylindrical-coordinate representation of color #B25672: hue angle of 341.74º degrees, saturation: 0.37, 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 #B25672 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17886114-
CMYK00.520.360.30
HSL341.74º37.4%51.76%-
HSV(B)341.74º51.69%69.8%-
XYZ24.7317.3417.96-
YUV116.7126.48171.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=47.09%
G=22.75%
B=30.16%

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
Decimal1788611400.520.360.30341.7437.451.76
HexB25672034241E1562534
Octal26212616206444365264564
Binary1011001010101101110010011010010010011110101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25672; }

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

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

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

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

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

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

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

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