Html Css Color HEX #B74874 Royal Heath

📋 copy color: '#B74874'

red 183 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #B74874

Tints of Royal Heath #B74874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 49.33%
G = 19.41%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B74874 (or 0xB74874) is known color: Royal Heath. HEX triplet: B7, 48 and 74. RGB value is (183,72,116). Sum of RGB (Red+Green+Blue) = 183+72+116=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74874 is #48B78B. Grayscale: #6E6E6E. Windows color (decimal): -4765580 or 7620791. OLE color: 7620791.

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

Color convert

RGB 183 72 116 -
CMYK 0 0.61 0.37 0.28
HSL 336.22º 0.44% 0.5% -
HSV(B) 336.22º 0.61% 0.72% -
XYZ 25 15.96 18.29 -
YUV 110.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 183 72 116 0 0.61 0.37 0.28 336.22 0.44 0.5
Hex B7 48 74 0 3D 25 1C 150 2C 32
Octal 267 110 164 0 75 45 34 520 54 62
Binary 10110111 1001000 1110100 0 111101 100101 11100 101010000 101100 110010

Color Harmonies of #B74874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74874

Black with #B74874

Text Example


Text Example

White with #B74874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74874; }

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

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

background-color css

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

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

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

border-color css

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

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

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