#B23E76

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

Shades of Royal Heath #B23E76

Tints of Royal Heath #B23E76

Color information

#B23E76 (or 0xB23E76) is unknown color: approx Royal Heath. HEX triplet: B2, 3E and 76. RGB value is (178,62,118). Sum of RGB (Red+Green+Blue) = 178+62+118=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E76 is #4DC189. Grayscale: #666666. Windows color (decimal): -5095818 or 7749298. OLE color: 7749298.

HSL color Cylindrical-coordinate representation of color #B23E76: hue angle of 331.03º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E76 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17862118-
CMYK00.650.340.30
HSL331.03º48.33%47.06%-
HSV(B)331.03º65.17%69.8%-
XYZ23.3514.2218.65-
YUV103.07136.43181.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=49.72%
G=17.32%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786211800.650.340.30331.0348.3347.06
HexB23E76041221E14b302f
Octal26276166010142365136057
Binary1011001011111011101100100000110001011110101001011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E76; }

 p { color: rgb(178,62,118); }

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

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

 a { background-color: rgb(178,62,118); }

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

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

 span { border-color: rgb(178,62,118); }

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