#B03B75

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

Shades of Royal Heath #B03B75

Tints of Royal Heath #B03B75

Color information

#B03B75 (or 0xB03B75) is unknown color: approx Royal Heath. HEX triplet: B0, 3B and 75. RGB value is (176,59,117). Sum of RGB (Red+Green+Blue) = 176+59+117=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B75 is #4FC48A. Grayscale: #646464. Windows color (decimal): -5227659 or 7682992. OLE color: 7682992.

HSL color Cylindrical-coordinate representation of color #B03B75: hue angle of 330.26º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B75 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17659117-
CMYK00.660.340.31
HSL330.26º49.79%46.08%-
HSV(B)330.26º66.48%69.02%-
XYZ22.6813.6418.27-
YUV100.6137.26181.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=50%
G=16.76%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765911700.660.340.31330.2649.7946.08
HexB03B75042221F14a322e
Octal26073165010242375126256
Binary1011000011101111101010100001010001011111101001010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B75; }

 p { color: rgb(176,59,117); }

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

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

 a { background-color: rgb(176,59,117); }

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

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

 span { border-color: rgb(176,59,117); }

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