#B95270

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

Shades of Royal Heath #B95270

Tints of Royal Heath #B95270

Color information

#B95270 (or 0xB95270) is unknown color: approx Royal Heath. HEX triplet: B9, 52 and 70. RGB value is (185,82,112). Sum of RGB (Red+Green+Blue) = 185+82+112=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B95270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95270 is #46AD8F. Grayscale: #747474. Windows color (decimal): -4631952 or 7361209. OLE color: 7361209.

HSL color Cylindrical-coordinate representation of color #B95270: hue angle of 342.52º 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 #B95270 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18582112-
CMYK00.560.390.27
HSL342.52º42.39%52.35%-
HSV(B)342.52º55.68%72.55%-
XYZ25.9517.5217.34-
YUV116.22125.62177.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=48.81%
G=21.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858211200.560.390.27342.5242.3952.35
HexB95270038271B1572a34
Octal27112216007047335275264
Binary1011100110100101110000011100010011111011101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95270; }

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

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

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

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

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

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

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

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