Html Css Color HEX #B74974 Royal Heath

📋 copy color: '#B74974'

red 183 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #B74974

Tints of Royal Heath #B74974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 49.19%
G = 19.62%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B74974 (or 0xB74974) is known color: Royal Heath. HEX triplet: B7, 49 and 74. RGB value is (183,73,116). Sum of RGB (Red+Green+Blue) = 183+73+116=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B74974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74974 is #48B68B. Grayscale: #6E6E6E. Windows color (decimal): -4765324 or 7621047. OLE color: 7621047.

HSL color Cylindrical-coordinate representation of color #B74974: hue angle of 336.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74974 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 116 -
CMYK 0 0.60 0.37 0.28
HSL 336.55º 0.43% 0.5% -
HSV(B) 336.55º 0.6% 0.72% -
XYZ 25.06 16.09 18.31 -
YUV 110.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 183 73 116 0 0.60 0.37 0.28 336.55 0.43 0.5
Hex B7 49 74 0 3C 25 1C 151 2B 32
Octal 267 111 164 0 74 45 34 521 53 62
Binary 10110111 1001001 1110100 0 111100 100101 11100 101010001 101011 110010

Color Harmonies of #B74974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74974

Black with #B74974

Text Example


Text Example

White with #B74974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74974; }

 p { color: rgb(183,73,116); }

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

background-color css

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

 a { background-color: rgb(183,73,116); }

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

border-color css

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

 span { border-color: rgb(183,73,116); }

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