Html Css Color HEX #B73770 Royal Heath

📋 copy color: '#B73770'

red 183 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #B73770

Tints of Royal Heath #B73770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 52.29%
G = 15.71%
B = 32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B73770 (or 0xB73770) is known color: Royal Heath. HEX triplet: B7, 37 and 70. RGB value is (183,55,112). Sum of RGB (Red+Green+Blue) = 183+55+112=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B73770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73770 is #48C88F. Grayscale: #636363. Windows color (decimal): -4769936 or 7354295. OLE color: 7354295.

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

Color convert

RGB 183 55 112 -
CMYK 0 0.70 0.39 0.28
HSL 333.28º 0.54% 0.47% -
HSV(B) 333.28º 0.7% 0.72% -
XYZ 23.82 13.97 16.77 -
YUV 99.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 183 55 112 0 0.70 0.39 0.28 333.28 0.54 0.47
Hex B7 37 70 0 46 27 1C 14D 36 2F
Octal 267 67 160 0 106 47 34 515 66 57
Binary 10110111 110111 1110000 0 1000110 100111 11100 101001101 110110 101111

Color Harmonies of #B73770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73770

Black with #B73770

Text Example


Text Example

White with #B73770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73770; }

 p { color: rgb(183,55,112); }

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

background-color css

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

 a { background-color: rgb(183,55,112); }

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

border-color css

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

 span { border-color: rgb(183,55,112); }

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