Html Css Color HEX #B64073 Royal Heath

📋 copy color: '#B64073'

red 182 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #B64073

Tints of Royal Heath #B64073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 50.42%
G = 17.73%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B64073 (or 0xB64073) is known color: Royal Heath. HEX triplet: B6, 40 and 73. RGB value is (182,64,115). Sum of RGB (Red+Green+Blue) = 182+64+115=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B64073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64073 is #49BF8C. Grayscale: #696969. Windows color (decimal): -4833165 or 7553206. OLE color: 7553206.

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

Color convert

RGB 182 64 115 -
CMYK 0 0.65 0.37 0.29
HSL 334.07º 0.48% 0.48% -
HSV(B) 334.07º 0.65% 0.71% -
XYZ 24.22 14.85 17.81 -
YUV 105.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 182 64 115 0 0.65 0.37 0.29 334.07 0.48 0.48
Hex B6 40 73 0 41 25 1D 14E 30 30
Octal 266 100 163 0 101 45 35 516 60 60
Binary 10110110 1000000 1110011 0 1000001 100101 11101 101001110 110000 110000

Color Harmonies of #B64073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64073

Black with #B64073

Text Example


Text Example

White with #B64073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64073; }

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

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

background-color css

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

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

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

border-color css

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

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

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