#B25175

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

Shades of Royal Heath #B25175

Tints of Royal Heath #B25175

Color information

#B25175 (or 0xB25175) is unknown color: approx Royal Heath. HEX triplet: B2, 51 and 75. RGB value is (178,81,117). Sum of RGB (Red+Green+Blue) = 178+81+117=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B25175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25175 is #4DAE8A. Grayscale: #727272. Windows color (decimal): -5090955 or 7688626. OLE color: 7688626.

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

Color convert

RGB17881117-
CMYK00.540.340.30
HSL337.73º38.65%50.78%-
HSV(B)337.73º54.49%69.8%-
XYZ24.5116.6318.75-
YUV114.11129.64173.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=47.34%
G=21.54%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788111700.540.340.30337.7338.6550.78
HexB25175036221E1522733
Octal26212116506642365224763
Binary1011001010100011110101011011010001011110101010010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25175; }

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

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

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

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

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

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

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

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