Html Css Color HEX #B64C76 Royal Heath

📋 copy color: '#B64C76'

red 182 ◦ green 76 ◦ blue 118

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

Shades of Royal Heath #B64C76

Tints of Royal Heath #B64C76

RGB

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

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

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

R = 48.4%
G = 20.21%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B64C76 (or 0xB64C76) is known color: Royal Heath. HEX triplet: B6, 4C and 76. RGB value is (182,76,118). Sum of RGB (Red+Green+Blue) = 182+76+118=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C76 is #49B389. Grayscale: #707070. Windows color (decimal): -4830090 or 7752886. OLE color: 7752886.

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

Color convert

RGB 182 76 118 -
CMYK 0 0.58 0.35 0.29
HSL 336.23º 0.42% 0.51% -
HSV(B) 336.23º 0.58% 0.71% -
XYZ 25.15 16.42 18.98 -
YUV 112.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 182 76 118 0 0.58 0.35 0.29 336.23 0.42 0.51
Hex B6 4C 76 0 3A 23 1D 150 2A 33
Octal 266 114 166 0 72 43 35 520 52 63
Binary 10110110 1001100 1110110 0 111010 100011 11101 101010000 101010 110011

Color Harmonies of #B64C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C76

Black with #B64C76

Text Example


Text Example

White with #B64C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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