Html Css Color HEX #B64F7B Royal Heath

📋 copy color: '#B64F7B'

red 182 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #B64F7B

Tints of Royal Heath #B64F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 47.4%
G = 20.57%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B64F7B (or 0xB64F7B) is known color: Royal Heath. HEX triplet: B6, 4F and 7B. RGB value is (182,79,123). Sum of RGB (Red+Green+Blue) = 182+79+123=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64F7B is #49B084. Grayscale: #727272. Windows color (decimal): -4829317 or 8081334. OLE color: 8081334.

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

Color convert

RGB 182 79 123 -
CMYK 0 0.57 0.32 0.29
HSL 334.37º 0.41% 0.51% -
HSV(B) 334.37º 0.57% 0.71% -
XYZ 25.66 16.97 20.66 -
YUV 114.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 182 79 123 0 0.57 0.32 0.29 334.37 0.41 0.51
Hex B6 4F 7B 0 39 20 1D 14E 29 33
Octal 266 117 173 0 71 40 35 516 51 63
Binary 10110110 1001111 1111011 0 111001 100000 11101 101001110 101001 110011

Color Harmonies of #B64F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F7B

Black with #B64F7B

Text Example


Text Example

White with #B64F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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