Html Css Color HEX #B64278 Royal Heath

📋 copy color: '#B64278'

red 182 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #B64278

Tints of Royal Heath #B64278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 49.46%
G = 17.93%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B64278 (or 0xB64278) is known color: Royal Heath. HEX triplet: B6, 42 and 78. RGB value is (182,66,120). Sum of RGB (Red+Green+Blue) = 182+66+120=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B64278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64278 is #49BD87. Grayscale: #6A6A6A. Windows color (decimal): -4832648 or 7881398. OLE color: 7881398.

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

Color convert

RGB 182 66 120 -
CMYK 0 0.64 0.34 0.29
HSL 332.07º 0.47% 0.49% -
HSV(B) 332.07º 0.64% 0.71% -
XYZ 24.63 15.2 19.4 -
YUV 106.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 182 66 120 0 0.64 0.34 0.29 332.07 0.47 0.49
Hex B6 42 78 0 40 22 1D 14C 2F 31
Octal 266 102 170 0 100 42 35 514 57 61
Binary 10110110 1000010 1111000 0 1000000 100010 11101 101001100 101111 110001

Color Harmonies of #B64278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64278

Black with #B64278

Text Example


Text Example

White with #B64278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64278; }

 p { color: rgb(182,66,120); }

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

background-color css

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

 a { background-color: rgb(182,66,120); }

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

border-color css

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

 span { border-color: rgb(182,66,120); }

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