Html Css Color HEX #B64176 Royal Heath

📋 copy color: '#B64176'

red 182 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #B64176

Tints of Royal Heath #B64176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 49.86%
G = 17.81%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B64176 (or 0xB64176) is known color: Royal Heath. HEX triplet: B6, 41 and 76. RGB value is (182,65,118). Sum of RGB (Red+Green+Blue) = 182+65+118=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64176 is #49BE89. Grayscale: #696969. Windows color (decimal): -4832906 or 7750070. OLE color: 7750070.

HSL color Cylindrical-coordinate representation of color #B64176: hue angle of 332.82º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64176 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 118 -
CMYK 0 0.64 0.35 0.29
HSL 332.82º 0.47% 0.48% -
HSV(B) 332.82º 0.64% 0.71% -
XYZ 24.45 15.03 18.75 -
YUV 106.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 182 65 118 0 0.64 0.35 0.29 332.82 0.47 0.48
Hex B6 41 76 0 40 23 1D 14D 2F 30
Octal 266 101 166 0 100 43 35 515 57 60
Binary 10110110 1000001 1110110 0 1000000 100011 11101 101001101 101111 110000

Color Harmonies of #B64176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64176

Black with #B64176

Text Example


Text Example

White with #B64176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64176; }

 p { color: rgb(182,65,118); }

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

background-color css

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

 a { background-color: rgb(182,65,118); }

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

border-color css

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

 span { border-color: rgb(182,65,118); }

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