Html Css Color HEX #B35777 Royal Heath

📋 copy color: '#B35777'

red 179 ◦ green 87 ◦ blue 119

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

Shades of Royal Heath #B35777

Tints of Royal Heath #B35777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 46.49%
G = 22.6%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B35777 (or 0xB35777) is known color: Royal Heath. HEX triplet: B3, 57 and 77. RGB value is (179,87,119). Sum of RGB (Red+Green+Blue) = 179+87+119=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B35777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35777 is #4CA888. Grayscale: #767676. Windows color (decimal): -5023881 or 7821235. OLE color: 7821235.

HSL color Cylindrical-coordinate representation of color #B35777: hue angle of 339.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35777 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 87 119 -
CMYK 0 0.51 0.34 0.30
HSL 339.13º 0.38% 0.52% -
HSV(B) 339.13º 0.51% 0.7% -
XYZ 25.33 17.73 19.54 -
YUV 118.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 179 87 119 0 0.51 0.34 0.30 339.13 0.38 0.52
Hex B3 57 77 0 33 22 1E 153 26 34
Octal 263 127 167 0 63 42 36 523 46 64
Binary 10110011 1010111 1110111 0 110011 100010 11110 101010011 100110 110100

Color Harmonies of #B35777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35777

Black with #B35777

Text Example


Text Example

White with #B35777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35777; }

 p { color: rgb(179,87,119); }

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

background-color css

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

 a { background-color: rgb(179,87,119); }

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

border-color css

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

 span { border-color: rgb(179,87,119); }

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