Html Css Color HEX #B64E6E Royal Heath

📋 copy color: '#B64E6E'

red 182 ◦ green 78 ◦ blue 110

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

Shades of Royal Heath #B64E6E

Tints of Royal Heath #B64E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 49.19%
G = 21.08%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B64E6E (or 0xB64E6E) is known color: Royal Heath. HEX triplet: B6, 4E and 6E. RGB value is (182,78,110). Sum of RGB (Red+Green+Blue) = 182+78+110=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E6E is #49B191. Grayscale: #707070. Windows color (decimal): -4829586 or 7229110. OLE color: 7229110.

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

Color convert

RGB 182 78 110 -
CMYK 0 0.57 0.40 0.29
HSL 341.54º 0.42% 0.51% -
HSV(B) 341.54º 0.57% 0.71% -
XYZ 24.83 16.52 16.63 -
YUV 112.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 182 78 110 0 0.57 0.40 0.29 341.54 0.42 0.51
Hex B6 4E 6E 0 39 28 1D 156 2A 33
Octal 266 116 156 0 71 50 35 526 52 63
Binary 10110110 1001110 1101110 0 111001 101000 11101 101010110 101010 110011

Color Harmonies of #B64E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E6E

Black with #B64E6E

Text Example


Text Example

White with #B64E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E6E; }

 p { color: rgb(182,78,110); }

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

background-color css

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

 a { background-color: rgb(182,78,110); }

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

border-color css

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

 span { border-color: rgb(182,78,110); }

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