Html Css Color HEX #B74071 Royal Heath

📋 copy color: '#B74071'

red 183 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #B74071

Tints of Royal Heath #B74071

RGB

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

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

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

R = 50.83%
G = 17.78%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B74071 (or 0xB74071) is known color: Royal Heath. HEX triplet: B7, 40 and 71. RGB value is (183,64,113). Sum of RGB (Red+Green+Blue) = 183+64+113=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74071 is #48BF8E. Grayscale: #696969. Windows color (decimal): -4767631 or 7422135. OLE color: 7422135.

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

Color convert

RGB 183 64 113 -
CMYK 0 0.65 0.38 0.28
HSL 335.29º 0.48% 0.48% -
HSV(B) 335.29º 0.65% 0.72% -
XYZ 24.34 14.93 17.22 -
YUV 105.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 183 64 113 0 0.65 0.38 0.28 335.29 0.48 0.48
Hex B7 40 71 0 41 26 1C 14F 30 30
Octal 267 100 161 0 101 46 34 517 60 60
Binary 10110111 1000000 1110001 0 1000001 100110 11100 101001111 110000 110000

Color Harmonies of #B74071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74071

Black with #B74071

Text Example


Text Example

White with #B74071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74071; }

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

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

background-color css

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

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

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

border-color css

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

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

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