#B64173

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

Shades of Royal Heath #B64173

Tints of Royal Heath #B64173

Color information

#B64173 (or 0xB64173) is unknown color: approx Royal Heath. HEX triplet: B6, 41 and 73. RGB value is (182,65,115). Sum of RGB (Red+Green+Blue) = 182+65+115=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B64173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64173 is #49BE8C. Grayscale: #696969. Windows color (decimal): -4832909 or 7553462. OLE color: 7553462.

HSL color Cylindrical-coordinate representation of color #B64173: hue angle of 334.36º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64173 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18265115-
CMYK00.640.370.29
HSL334.36º47.37%48.43%-
HSV(B)334.36º64.29%71.37%-
XYZ24.2814.9617.83-
YUV105.68133.26182.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=50.28%
G=17.96%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826511500.640.370.29334.3647.3748.43
HexB64173040251D14e2f30
Octal266101163010045355165760
Binary10110110100000111100110100000010010111101101001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64173; }

 p { color: rgb(182,65,115); }

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

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

 a { background-color: rgb(182,65,115); }

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

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

 span { border-color: rgb(182,65,115); }

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