Html Css Color HEX #B74C80 Royal Heath

📋 copy color: '#B74C80'

red 183 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #B74C80

Tints of Royal Heath #B74C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 47.29%
G = 19.64%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74C80 (or 0xB74C80) is known color: Royal Heath. HEX triplet: B7, 4C and 80. RGB value is (183,76,128). Sum of RGB (Red+Green+Blue) = 183+76+128=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C80 is #48B37F. Grayscale: #717171. Windows color (decimal): -4764544 or 8408247. OLE color: 8408247.

HSL color Cylindrical-coordinate representation of color #B74C80: hue angle of 330.84º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C80 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 128 -
CMYK 0 0.58 0.30 0.28
HSL 330.84º 0.43% 0.51% -
HSV(B) 330.84º 0.58% 0.72% -
XYZ 26.01 16.79 22.29 -
YUV 113.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 183 76 128 0 0.58 0.30 0.28 330.84 0.43 0.51
Hex B7 4C 80 0 3A 1E 1C 14B 2B 33
Octal 267 114 200 0 72 36 34 513 53 63
Binary 10110111 1001100 10000000 0 111010 11110 11100 101001011 101011 110011

Color Harmonies of #B74C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C80

Black with #B74C80

Text Example


Text Example

White with #B74C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C80; }

 p { color: rgb(183,76,128); }

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

background-color css

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

 a { background-color: rgb(183,76,128); }

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

border-color css

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

 span { border-color: rgb(183,76,128); }

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