#B45175

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

Shades of Royal Heath #B45175

Tints of Royal Heath #B45175

Color information

#B45175 (or 0xB45175) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 75. RGB value is (180,81,117). Sum of RGB (Red+Green+Blue) = 180+81+117=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45175 is #4BAE8A. Grayscale: #727272. Windows color (decimal): -4959883 or 7688628. OLE color: 7688628.

HSL color Cylindrical-coordinate representation of color #B45175: hue angle of 338.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45175 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18081117-
CMYK00.550.350.29
HSL338.18º39.76%51.18%-
HSV(B)338.18º55%70.59%-
XYZ24.9816.8718.77-
YUV114.7129.3174.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=47.62%
G=21.43%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808111700.550.350.29338.1839.7651.18
HexB45175037231D1522833
Octal26412116506743355225063
Binary1011010010100011110101011011110001111101101010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45175; }

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

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

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

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

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

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

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

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