Html Css Color HEX #B64277 Royal Heath

📋 copy color: '#B64277'

red 182 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #B64277

Tints of Royal Heath #B64277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 49.59%
G = 17.98%
B = 32.43%

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

#B64277 (or 0xB64277) is known color: Royal Heath. HEX triplet: B6, 42 and 77. RGB value is (182,66,119). Sum of RGB (Red+Green+Blue) = 182+66+119=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B64277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64277 is #49BD88. Grayscale: #6A6A6A. Windows color (decimal): -4832649 or 7815862. OLE color: 7815862.

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

Color convert

RGB 182 66 119 -
CMYK 0 0.64 0.35 0.29
HSL 332.59º 0.47% 0.49% -
HSV(B) 332.59º 0.64% 0.71% -
XYZ 24.57 15.17 19.09 -
YUV 106.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 182 66 119 0 0.64 0.35 0.29 332.59 0.47 0.49
Hex B6 42 77 0 40 23 1D 14D 2F 31
Octal 266 102 167 0 100 43 35 515 57 61
Binary 10110110 1000010 1110111 0 1000000 100011 11101 101001101 101111 110001

Color Harmonies of #B64277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64277

Black with #B64277

Text Example


Text Example

White with #B64277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64277; }

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

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

background-color css

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

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

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

border-color css

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

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

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