#b25975

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

Shades of Royal Heath #B25975

Tints of Royal Heath #B25975

Color information

#B25975 (or 0xB25975) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 75. RGB value is (178,89,117). Sum of RGB (Red+Green+Blue) = 178+89+117=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B25975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25975 is #4DA68A. Grayscale: #767676. Windows color (decimal): -5088907 or 7690674. OLE color: 7690674.

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

Color convert

RGB17889117-
CMYK00.50.340.30
HSL341.12º36.63%52.35%-
HSV(B)341.12º50%69.8%-
XYZ25.1417.8918.96-
YUV118.8126.99170.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=46.35%
G=23.18%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788911700.50.340.30341.1236.6352.35
HexB25975032221E1552534
Octal26213116506242365254564
Binary1011001010110011110101011001010001011110101010101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25975; }

 p { color: rgb(178,89,117); }

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

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

 a { background-color: rgb(178,89,117); }

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

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

 span { border-color: rgb(178,89,117); }

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