Html Css Color HEX #B64076 Royal Heath

📋 copy color: '#B64076'

red 182 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #B64076

Tints of Royal Heath #B64076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 50%
G = 17.58%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B64076 (or 0xB64076) is known color: Royal Heath. HEX triplet: B6, 40 and 76. RGB value is (182,64,118). Sum of RGB (Red+Green+Blue) = 182+64+118=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B64076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64076 is #49BF89. Grayscale: #696969. Windows color (decimal): -4833162 or 7749814. OLE color: 7749814.

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

Color convert

RGB 182 64 118 -
CMYK 0 0.65 0.35 0.29
HSL 332.54º 0.48% 0.48% -
HSV(B) 332.54º 0.65% 0.71% -
XYZ 24.39 14.92 18.73 -
YUV 105.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 182 64 118 0 0.65 0.35 0.29 332.54 0.48 0.48
Hex B6 40 76 0 41 23 1D 14D 30 30
Octal 266 100 166 0 101 43 35 515 60 60
Binary 10110110 1000000 1110110 0 1000001 100011 11101 101001101 110000 110000

Color Harmonies of #B64076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64076

Black with #B64076

Text Example


Text Example

White with #B64076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64076; }

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

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

background-color css

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

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

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

border-color css

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

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

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