Html Css Color HEX #B35D78 Royal Heath

📋 copy color: '#B35D78'

red 179 ◦ green 93 ◦ blue 120

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

Shades of Royal Heath #B35D78

Tints of Royal Heath #B35D78

RGB

 RED value IS 179 (70.31% from 255) = 45.66%

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 45.66%
G = 23.72%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B35D78 (or 0xB35D78) is known color: Royal Heath. HEX triplet: B3, 5D and 78. RGB value is (179,93,120). Sum of RGB (Red+Green+Blue) = 179+93+120=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D78 is #4CA287. Grayscale: #797979. Windows color (decimal): -5022344 or 7888307. OLE color: 7888307.

HSL color Cylindrical-coordinate representation of color #B35D78: hue angle of 341.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D78 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 120 -
CMYK 0 0.48 0.33 0.30
HSL 341.16º 0.36% 0.53% -
HSV(B) 341.16º 0.48% 0.7% -
XYZ 25.89 18.77 20.03 -
YUV 121.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 179 93 120 0 0.48 0.33 0.30 341.16 0.36 0.53
Hex B3 5D 78 0 30 21 1E 155 24 35
Octal 263 135 170 0 60 41 36 525 44 65
Binary 10110011 1011101 1111000 0 110000 100001 11110 101010101 100100 110101

Color Harmonies of #B35D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D78

Black with #B35D78

Text Example


Text Example

White with #B35D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D78; }

 p { color: rgb(179,93,120); }

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

background-color css

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

 a { background-color: rgb(179,93,120); }

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

border-color css

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

 span { border-color: rgb(179,93,120); }

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