Html Css Color HEX #B75978 Royal Heath

📋 copy color: '#B75978'

red 183 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #B75978

Tints of Royal Heath #B75978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 46.68%
G = 22.7%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B75978 (or 0xB75978) is known color: Royal Heath. HEX triplet: B7, 59 and 78. RGB value is (183,89,120). Sum of RGB (Red+Green+Blue) = 183+89+120=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B75978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75978 is #48A687. Grayscale: #787878. Windows color (decimal): -4761224 or 7887287. OLE color: 7887287.

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

Color convert

RGB 183 89 120 -
CMYK 0 0.51 0.34 0.28
HSL 340.21º 0.39% 0.53% -
HSV(B) 340.21º 0.51% 0.72% -
XYZ 26.49 18.57 19.96 -
YUV 120.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 183 89 120 0 0.51 0.34 0.28 340.21 0.39 0.53
Hex B7 59 78 0 33 22 1C 154 27 35
Octal 267 131 170 0 63 42 34 524 47 65
Binary 10110111 1011001 1111000 0 110011 100010 11100 101010100 100111 110101

Color Harmonies of #B75978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75978

Black with #B75978

Text Example


Text Example

White with #B75978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75978; }

 p { color: rgb(183,89,120); }

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

background-color css

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

 a { background-color: rgb(183,89,120); }

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

border-color css

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

 span { border-color: rgb(183,89,120); }

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