Html Css Color HEX #B64D71 Royal Heath

📋 copy color: '#B64D71'

red 182 ◦ green 77 ◦ blue 113

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

Shades of Royal Heath #B64D71

Tints of Royal Heath #B64D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.7%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 48.92%
G = 20.7%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B64D71 (or 0xB64D71) is known color: Royal Heath. HEX triplet: B6, 4D and 71. RGB value is (182,77,113). Sum of RGB (Red+Green+Blue) = 182+77+113=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D71 is #49B28E. Grayscale: #707070. Windows color (decimal): -4829839 or 7425462. OLE color: 7425462.

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

Color convert

RGB 182 77 113 -
CMYK 0 0.58 0.38 0.29
HSL 339.43º 0.42% 0.51% -
HSV(B) 339.43º 0.58% 0.71% -
XYZ 24.93 16.45 17.48 -
YUV 112.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 182 77 113 0 0.58 0.38 0.29 339.43 0.42 0.51
Hex B6 4D 71 0 3A 26 1D 153 2A 33
Octal 266 115 161 0 72 46 35 523 52 63
Binary 10110110 1001101 1110001 0 111010 100110 11101 101010011 101010 110011

Color Harmonies of #B64D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D71

Black with #B64D71

Text Example


Text Example

White with #B64D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D71; }

 p { color: rgb(182,77,113); }

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

background-color css

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

 a { background-color: rgb(182,77,113); }

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

border-color css

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

 span { border-color: rgb(182,77,113); }

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