#B7427E

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

Shades of Royal Heath #B7427E

Tints of Royal Heath #B7427E

Color information

#B7427E (or 0xB7427E) is unknown color: approx Royal Heath. HEX triplet: B7, 42 and 7E. RGB value is (183,66,126). Sum of RGB (Red+Green+Blue) = 183+66+126=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7427E is #48BD81. Grayscale: #6B6B6B. Windows color (decimal): -4767106 or 8274615. OLE color: 8274615.

HSL color Cylindrical-coordinate representation of color #B7427E: hue angle of 329.23º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7427E is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18366126-
CMYK00.640.310.28
HSL329.23º46.99%48.82%-
HSV(B)329.23º63.93%71.76%-
XYZ25.2415.4721.39-
YUV107.82138.26181.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=48.8%
G=17.6%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836612600.640.310.28329.2346.9948.82
HexB7427E0401F1C1492f31
Octal267102176010037345115761
Binary1011011110000101111110010000001111111100101001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7427E; }

 p { color: rgb(183,66,126); }

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

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

 a { background-color: rgb(183,66,126); }

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

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

 span { border-color: rgb(183,66,126); }

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