Html Css Color HEX #B64373 Royal Heath

📋 copy color: '#B64373'

red 182 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #B64373

Tints of Royal Heath #B64373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 50%
G = 18.41%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B64373 (or 0xB64373) is known color: Royal Heath. HEX triplet: B6, 43 and 73. RGB value is (182,67,115). Sum of RGB (Red+Green+Blue) = 182+67+115=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B64373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64373 is #49BC8C. Grayscale: #6A6A6A. Windows color (decimal): -4832397 or 7553974. OLE color: 7553974.

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

Color convert

RGB 182 67 115 -
CMYK 0 0.63 0.37 0.29
HSL 334.96º 0.46% 0.49% -
HSV(B) 334.96º 0.63% 0.71% -
XYZ 24.39 15.2 17.87 -
YUV 106.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 182 67 115 0 0.63 0.37 0.29 334.96 0.46 0.49
Hex B6 43 73 0 3F 25 1D 14F 2E 31
Octal 266 103 163 0 77 45 35 517 56 61
Binary 10110110 1000011 1110011 0 111111 100101 11101 101001111 101110 110001

Color Harmonies of #B64373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64373

Black with #B64373

Text Example


Text Example

White with #B64373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64373; }

 p { color: rgb(182,67,115); }

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

background-color css

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

 a { background-color: rgb(182,67,115); }

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

border-color css

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

 span { border-color: rgb(182,67,115); }

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