Html Css Color HEX #B35E76 Royal Heath

📋 copy color: '#B35E76'

red 179 ◦ green 94 ◦ blue 118

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

Shades of Royal Heath #B35E76

Tints of Royal Heath #B35E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 45.78%
G = 24.04%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B35E76 (or 0xB35E76) is known color: Royal Heath. HEX triplet: B3, 5E and 76. RGB value is (179,94,118). Sum of RGB (Red+Green+Blue) = 179+94+118=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E76 is #4CA189. Grayscale: #7A7A7A. Windows color (decimal): -5022090 or 7757491. OLE color: 7757491.

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

Color convert

RGB 179 94 118 -
CMYK 0 0.47 0.34 0.30
HSL 343.06º 0.36% 0.54% -
HSV(B) 343.06º 0.47% 0.7% -
XYZ 25.86 18.9 19.42 -
YUV 122.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 179 94 118 0 0.47 0.34 0.30 343.06 0.36 0.54
Hex B3 5E 76 0 2F 22 1E 157 24 36
Octal 263 136 166 0 57 42 36 527 44 66
Binary 10110011 1011110 1110110 0 101111 100010 11110 101010111 100100 110110

Color Harmonies of #B35E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E76

Black with #B35E76

Text Example


Text Example

White with #B35E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E76; }

 p { color: rgb(179,94,118); }

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

background-color css

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

 a { background-color: rgb(179,94,118); }

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

border-color css

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

 span { border-color: rgb(179,94,118); }

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