Html Css Color HEX #B64671 Royal Heath

📋 copy color: '#B64671'

red 182 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #B64671

Tints of Royal Heath #B64671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 49.86%
G = 19.18%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B64671 (or 0xB64671) is known color: Royal Heath. HEX triplet: B6, 46 and 71. RGB value is (182,70,113). Sum of RGB (Red+Green+Blue) = 182+70+113=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64671 is #49B98E. Grayscale: #6C6C6C. Windows color (decimal): -4831631 or 7423670. OLE color: 7423670.

HSL color Cylindrical-coordinate representation of color #B64671: hue angle of 336.96º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64671 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 113 -
CMYK 0 0.62 0.38 0.29
HSL 336.96º 0.44% 0.49% -
HSV(B) 336.96º 0.62% 0.71% -
XYZ 24.46 15.52 17.33 -
YUV 108.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 182 70 113 0 0.62 0.38 0.29 336.96 0.44 0.49
Hex B6 46 71 0 3E 26 1D 151 2C 31
Octal 266 106 161 0 76 46 35 521 54 61
Binary 10110110 1000110 1110001 0 111110 100110 11101 101010001 101100 110001

Color Harmonies of #B64671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64671

Black with #B64671

Text Example


Text Example

White with #B64671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64671; }

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

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

background-color css

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

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

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

border-color css

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

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

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