Html Css Color HEX #B64F7A Royal Heath

📋 copy color: '#B64F7A'

red 182 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #B64F7A

Tints of Royal Heath #B64F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 47.52%
G = 20.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B64F7A (or 0xB64F7A) is known color: Royal Heath. HEX triplet: B6, 4F and 7A. RGB value is (182,79,122). Sum of RGB (Red+Green+Blue) = 182+79+122=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64F7A is #49B085. Grayscale: #727272. Windows color (decimal): -4829318 or 8015798. OLE color: 8015798.

HSL color Cylindrical-coordinate representation of color #B64F7A: hue angle of 334.95º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F7A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 122 -
CMYK 0 0.57 0.33 0.29
HSL 334.95º 0.41% 0.51% -
HSV(B) 334.95º 0.57% 0.71% -
XYZ 25.6 16.94 20.33 -
YUV 114.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 182 79 122 0 0.57 0.33 0.29 334.95 0.41 0.51
Hex B6 4F 7A 0 39 21 1D 14F 29 33
Octal 266 117 172 0 71 41 35 517 51 63
Binary 10110110 1001111 1111010 0 111001 100001 11101 101001111 101001 110011

Color Harmonies of #B64F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F7A

Black with #B64F7A

Text Example


Text Example

White with #B64F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F7A; }

 p { color: rgb(182,79,122); }

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

background-color css

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

 a { background-color: rgb(182,79,122); }

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

border-color css

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

 span { border-color: rgb(182,79,122); }

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