Html Css Color HEX #B64C80 Royal Heath

📋 copy color: '#B64C80'

red 182 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #B64C80

Tints of Royal Heath #B64C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 47.15%
G = 19.69%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B64C80 (or 0xB64C80) is known color: Royal Heath. HEX triplet: B6, 4C and 80. RGB value is (182,76,128). Sum of RGB (Red+Green+Blue) = 182+76+128=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C80 is #49B37F. Grayscale: #717171. Windows color (decimal): -4830080 or 8408246. OLE color: 8408246.

HSL color Cylindrical-coordinate representation of color #B64C80: hue angle of 330.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C80 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 128 -
CMYK 0 0.58 0.30 0.29
HSL 330.57º 0.42% 0.51% -
HSV(B) 330.57º 0.58% 0.71% -
XYZ 25.77 16.67 22.28 -
YUV 113.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 182 76 128 0 0.58 0.30 0.29 330.57 0.42 0.51
Hex B6 4C 80 0 3A 1E 1D 14B 2A 33
Octal 266 114 200 0 72 36 35 513 52 63
Binary 10110110 1001100 10000000 0 111010 11110 11101 101001011 101010 110011

Color Harmonies of #B64C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C80

Black with #B64C80

Text Example


Text Example

White with #B64C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C80; }

 p { color: rgb(182,76,128); }

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

background-color css

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

 a { background-color: rgb(182,76,128); }

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

border-color css

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

 span { border-color: rgb(182,76,128); }

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