Html Css Color HEX #B64470 Royal Heath

📋 copy color: '#B64470'

red 182 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #B64470

Tints of Royal Heath #B64470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 50.28%
G = 18.78%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B64470 (or 0xB64470) is known color: Royal Heath. HEX triplet: B6, 44 and 70. RGB value is (182,68,112). Sum of RGB (Red+Green+Blue) = 182+68+112=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B64470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64470 is #49BB8F. Grayscale: #6B6B6B. Windows color (decimal): -4832144 or 7357622. OLE color: 7357622.

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

Color convert

RGB 182 68 112 -
CMYK 0 0.63 0.38 0.29
HSL 336.84º 0.46% 0.49% -
HSV(B) 336.84º 0.63% 0.71% -
XYZ 24.28 15.25 16.99 -
YUV 107.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 182 68 112 0 0.63 0.38 0.29 336.84 0.46 0.49
Hex B6 44 70 0 3F 26 1D 151 2E 31
Octal 266 104 160 0 77 46 35 521 56 61
Binary 10110110 1000100 1110000 0 111111 100110 11101 101010001 101110 110001

Color Harmonies of #B64470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64470

Black with #B64470

Text Example


Text Example

White with #B64470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64470; }

 p { color: rgb(182,68,112); }

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

background-color css

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

 a { background-color: rgb(182,68,112); }

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

border-color css

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

 span { border-color: rgb(182,68,112); }

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