Html Css Color HEX #B73671 Royal Heath

📋 copy color: '#B73671'

red 183 ◦ green 54 ◦ blue 113

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

Shades of Royal Heath #B73671

Tints of Royal Heath #B73671

RGB

 RED value IS 183 (71.88% from 255) = 52.29%

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 52.29%
G = 15.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B73671 (or 0xB73671) is known color: Royal Heath. HEX triplet: B7, 36 and 71. RGB value is (183,54,113). Sum of RGB (Red+Green+Blue) = 183+54+113=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B73671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73671 is #48C98E. Grayscale: #636363. Windows color (decimal): -4770191 or 7419575. OLE color: 7419575.

HSL color Cylindrical-coordinate representation of color #B73671: hue angle of 332.56º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73671 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 113 -
CMYK 0 0.70 0.38 0.28
HSL 332.56º 0.54% 0.46% -
HSV(B) 332.56º 0.7% 0.72% -
XYZ 23.83 13.9 17.05 -
YUV 99.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 183 54 113 0 0.70 0.38 0.28 332.56 0.54 0.46
Hex B7 36 71 0 46 26 1C 14D 36 2E
Octal 267 66 161 0 106 46 34 515 66 56
Binary 10110111 110110 1110001 0 1000110 100110 11100 101001101 110110 101110

Color Harmonies of #B73671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73671

Black with #B73671

Text Example


Text Example

White with #B73671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73671; }

 p { color: rgb(183,54,113); }

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

background-color css

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

 a { background-color: rgb(183,54,113); }

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

border-color css

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

 span { border-color: rgb(183,54,113); }

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