#B7416F

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

Shades of Royal Heath #B7416F

Tints of Royal Heath #B7416F

Color information

#B7416F (or 0xB7416F) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 6F. RGB value is (183,65,111). Sum of RGB (Red+Green+Blue) = 183+65+111=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7416F is #48BE90. Grayscale: #696969. Windows color (decimal): -4767377 or 7291319. OLE color: 7291319.

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

Color convert

RGB18365111-
CMYK00.640.390.28
HSL336.61º47.58%48.63%-
HSV(B)336.61º64.48%71.76%-
XYZ24.291516.65-
YUV105.53131.09183.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=50.97%
G=18.11%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836511100.640.390.28336.6147.5848.63
HexB7416F040271C1513031
Octal267101157010047345216061
Binary10110111100000111011110100000010011111100101010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7416F; }

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

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

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

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

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

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

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

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