#B64A6E

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

Shades of Royal Heath #B64A6E

Tints of Royal Heath #B64A6E

Color information

#B64A6E (or 0xB64A6E) is unknown color: approx Royal Heath. HEX triplet: B6, 4A and 6E. RGB value is (182,74,110). Sum of RGB (Red+Green+Blue) = 182+74+110=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A6E is #49B591. Grayscale: #6E6E6E. Windows color (decimal): -4830610 or 7228086. OLE color: 7228086.

HSL color Cylindrical-coordinate representation of color #B64A6E: hue angle of 340º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A6E is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18274110-
CMYK00.590.400.29
HSL340º42.52%50.2%-
HSV(B)340º59.34%71.37%-
XYZ24.5515.9716.54-
YUV110.4127.78179.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=49.73%
G=20.22%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827411000.590.400.2934042.5250.2
HexB64A6E03B281D1542b32
Octal26611215607350355245362
Binary1011011010010101101110011101110100011101101010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A6E; }

 p { color: rgb(182,74,110); }

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

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

 a { background-color: rgb(182,74,110); }

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

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

 span { border-color: rgb(182,74,110); }

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