Html Css Color HEX #B64E7D Royal Heath

📋 copy color: '#B64E7D'

red 182 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #B64E7D

Tints of Royal Heath #B64E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 47.27%
G = 20.26%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B64E7D (or 0xB64E7D) is known color: Royal Heath. HEX triplet: B6, 4E and 7D. RGB value is (182,78,125). Sum of RGB (Red+Green+Blue) = 182+78+125=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E7D is #49B182. Grayscale: #727272. Windows color (decimal): -4829571 or 8212150. OLE color: 8212150.

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

Color convert

RGB 182 78 125 -
CMYK 0 0.57 0.31 0.29
HSL 332.88º 0.42% 0.51% -
HSV(B) 332.88º 0.57% 0.71% -
XYZ 25.72 16.87 21.3 -
YUV 114.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 182 78 125 0 0.57 0.31 0.29 332.88 0.42 0.51
Hex B6 4E 7D 0 39 1F 1D 14D 2A 33
Octal 266 116 175 0 71 37 35 515 52 63
Binary 10110110 1001110 1111101 0 111001 11111 11101 101001101 101010 110011

Color Harmonies of #B64E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E7D

Black with #B64E7D

Text Example


Text Example

White with #B64E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E7D; }

 p { color: rgb(182,78,125); }

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

background-color css

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

 a { background-color: rgb(182,78,125); }

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

border-color css

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

 span { border-color: rgb(182,78,125); }

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