Html Css Color HEX #B64A6F Royal Heath

📋 copy color: '#B64A6F'

red 182 ◦ green 74 ◦ blue 111

#B64A6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B64A6F

Tints of Royal Heath #B64A6F

RGB

 RED value IS 182 (71.48% from 255) = 49.59%

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 49.59%
G = 20.16%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B64A6F (or 0xB64A6F) is known color: Royal Heath. HEX triplet: B6, 4A and 6F. RGB value is (182,74,111). Sum of RGB (Red+Green+Blue) = 182+74+111=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A6F is #49B590. Grayscale: #6E6E6E. Windows color (decimal): -4830609 or 7293622. OLE color: 7293622.

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

Color convert

RGB 182 74 111 -
CMYK 0 0.59 0.39 0.29
HSL 339.44º 0.43% 0.5% -
HSV(B) 339.44º 0.59% 0.71% -
XYZ 24.61 15.99 16.83 -
YUV 110.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 182 74 111 0 0.59 0.39 0.29 339.44 0.43 0.5
Hex B6 4A 6F 0 3B 27 1D 153 2B 32
Octal 266 112 157 0 73 47 35 523 53 62
Binary 10110110 1001010 1101111 0 111011 100111 11101 101010011 101011 110010

Color Harmonies of #B64A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A6F

Black with #B64A6F

Text Example


Text Example

White with #B64A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A6F; }

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

 H1.HeaderClassName
 {
   color: #B64A6F;
 }
 .AnyTagClassName
 {
   color: #B64A6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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