Html Css Color HEX #B64271 Royal Heath

📋 copy color: '#B64271'

red 182 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B64271

Tints of Royal Heath #B64271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 50.42%
G = 18.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B64271 (or 0xB64271) is known color: Royal Heath. HEX triplet: B6, 42 and 71. RGB value is (182,66,113). Sum of RGB (Red+Green+Blue) = 182+66+113=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B64271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64271 is #49BD8E. Grayscale: #696969. Windows color (decimal): -4832655 or 7422646. OLE color: 7422646.

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

Color convert

RGB 182 66 113 -
CMYK 0 0.64 0.38 0.29
HSL 335.69º 0.47% 0.49% -
HSV(B) 335.69º 0.64% 0.71% -
XYZ 24.22 15.03 17.25 -
YUV 106.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 182 66 113 0 0.64 0.38 0.29 335.69 0.47 0.49
Hex B6 42 71 0 40 26 1D 150 2F 31
Octal 266 102 161 0 100 46 35 520 57 61
Binary 10110110 1000010 1110001 0 1000000 100110 11101 101010000 101111 110001

Color Harmonies of #B64271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64271

Black with #B64271

Text Example


Text Example

White with #B64271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64271; }

 p { color: rgb(182,66,113); }

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

background-color css

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

 a { background-color: rgb(182,66,113); }

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

border-color css

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

 span { border-color: rgb(182,66,113); }

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