#B7417B

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

Shades of Royal Heath #B7417B

Tints of Royal Heath #B7417B

Color information

#B7417B (or 0xB7417B) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 7B. RGB value is (183,65,123). Sum of RGB (Red+Green+Blue) = 183+65+123=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7417B is #48BE84. Grayscale: #6A6A6A. Windows color (decimal): -4767365 or 8077751. OLE color: 8077751.

HSL color Cylindrical-coordinate representation of color #B7417B: hue angle of 330.51º degrees, saturation: 0.48, 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 #B7417B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18365123-
CMYK00.640.330.28
HSL330.51º47.58%48.63%-
HSV(B)330.51º64.48%71.76%-
XYZ24.9915.2820.37-
YUV106.89137.09182.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=49.33%
G=17.52%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836512300.640.330.28330.5147.5848.63
HexB7417B040211C14b3031
Octal267101173010041345136061
Binary10110111100000111110110100000010000111100101001011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7417B; }

 p { color: rgb(183,65,123); }

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

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

 a { background-color: rgb(183,65,123); }

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

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

 span { border-color: rgb(183,65,123); }

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