#B95280

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

Shades of Royal Heath #B95280

Tints of Royal Heath #B95280

Color information

#B95280 (or 0xB95280) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 80. RGB value is (185,82,128). Sum of RGB (Red+Green+Blue) = 185+82+128=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95280 is #46AD7F. Grayscale: #757575. Windows color (decimal): -4631936 or 8409785. OLE color: 8409785.

HSL color Cylindrical-coordinate representation of color #B95280: hue angle of 333.2º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95280 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18582128-
CMYK00.560.310.27
HSL333.2º42.39%52.35%-
HSV(B)333.2º55.68%72.55%-
XYZ26.9217.9122.46-
YUV118.04133.62175.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=46.84%
G=20.76%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858212800.560.310.27333.242.3952.35
HexB952800381F1B14d2a34
Octal27112220007037335155264
Binary1011100110100101000000001110001111111011101001101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95280; }

 p { color: rgb(185,82,128); }

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

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

 a { background-color: rgb(185,82,128); }

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

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

 span { border-color: rgb(185,82,128); }

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