#B93D6A

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

Shades of Royal Heath #B93D6A

Tints of Royal Heath #B93D6A

Color information

#B93D6A (or 0xB93D6A) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 6A. RGB value is (185,61,106). Sum of RGB (Red+Green+Blue) = 185+61+106=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D6A is #46C295. Grayscale: #676767. Windows color (decimal): -4637334 or 6962617. OLE color: 6962617.

HSL color Cylindrical-coordinate representation of color #B93D6A: hue angle of 338.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D6A is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18561106-
CMYK00.670.430.27
HSL338.23º50.41%48.24%-
HSV(B)338.23º67.03%72.55%-
XYZ24.2814.6915.19-
YUV103.21129.58186.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=52.56%
G=17.33%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856110600.670.430.27338.2350.4148.24
HexB93D6A0432B1B1523230
Octal27175152010353335226260
Binary1011100111110111010100100001110101111011101010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D6A; }

 p { color: rgb(185,61,106); }

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

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

 a { background-color: rgb(185,61,106); }

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

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

 span { border-color: rgb(185,61,106); }

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