Html Css Color HEX #B64670 Royal Heath

📋 copy color: '#B64670'

red 182 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #B64670

Tints of Royal Heath #B64670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 50%
G = 19.23%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B64670 (or 0xB64670) is known color: Royal Heath. HEX triplet: B6, 46 and 70. RGB value is (182,70,112). Sum of RGB (Red+Green+Blue) = 182+70+112=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B64670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64670 is #49B98F. Grayscale: #6C6C6C. Windows color (decimal): -4831632 or 7358134. OLE color: 7358134.

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

Color convert

RGB 182 70 112 -
CMYK 0 0.62 0.38 0.29
HSL 337.5º 0.44% 0.49% -
HSV(B) 337.5º 0.62% 0.71% -
XYZ 24.41 15.5 17.03 -
YUV 108.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 182 70 112 0 0.62 0.38 0.29 337.5 0.44 0.49
Hex B6 46 70 0 3E 26 1D 152 2C 31
Octal 266 106 160 0 76 46 35 522 54 61
Binary 10110110 1000110 1110000 0 111110 100110 11101 101010010 101100 110001

Color Harmonies of #B64670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64670

Black with #B64670

Text Example


Text Example

White with #B64670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64670; }

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

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

background-color css

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

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

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

border-color css

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

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

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