Html Css Color HEX #B35A77 Royal Heath

📋 copy color: '#B35A77'

red 179 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #B35A77

Tints of Royal Heath #B35A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 46.13%
G = 23.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B35A77 (or 0xB35A77) is known color: Royal Heath. HEX triplet: B3, 5A and 77. RGB value is (179,90,119). Sum of RGB (Red+Green+Blue) = 179+90+119=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A77 is #4CA588. Grayscale: #777777. Windows color (decimal): -5023113 or 7822003. OLE color: 7822003.

HSL color Cylindrical-coordinate representation of color #B35A77: hue angle of 340.45º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A77 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 119 -
CMYK 0 0.50 0.34 0.30
HSL 340.45º 0.37% 0.53% -
HSV(B) 340.45º 0.5% 0.7% -
XYZ 25.58 18.23 19.62 -
YUV 119.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 179 90 119 0 0.50 0.34 0.30 340.45 0.37 0.53
Hex B3 5A 77 0 32 22 1E 154 25 35
Octal 263 132 167 0 62 42 36 524 45 65
Binary 10110011 1011010 1110111 0 110010 100010 11110 101010100 100101 110101

Color Harmonies of #B35A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A77

Black with #B35A77

Text Example


Text Example

White with #B35A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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