Html Css Color HEX #B74C79 Royal Heath

📋 copy color: '#B74C79'

red 183 ◦ green 76 ◦ blue 121

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

Shades of Royal Heath #B74C79

Tints of Royal Heath #B74C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 48.16%
G = 20%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B74C79 (or 0xB74C79) is known color: Royal Heath. HEX triplet: B7, 4C and 79. RGB value is (183,76,121). Sum of RGB (Red+Green+Blue) = 183+76+121=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C79 is #48B386. Grayscale: #717171. Windows color (decimal): -4764551 or 7949495. OLE color: 7949495.

HSL color Cylindrical-coordinate representation of color #B74C79: hue angle of 334.77º 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 #B74C79 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 121 -
CMYK 0 0.58 0.34 0.28
HSL 334.77º 0.43% 0.51% -
HSV(B) 334.77º 0.58% 0.72% -
XYZ 25.56 16.62 19.95 -
YUV 113.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 183 76 121 0 0.58 0.34 0.28 334.77 0.43 0.51
Hex B7 4C 79 0 3A 22 1C 14F 2B 33
Octal 267 114 171 0 72 42 34 517 53 63
Binary 10110111 1001100 1111001 0 111010 100010 11100 101001111 101011 110011

Color Harmonies of #B74C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C79

Black with #B74C79

Text Example


Text Example

White with #B74C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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