Html Css Color HEX #B93E77 Royal Heath

📋 copy color: '#B93E77'

red 185 ◦ green 62 ◦ blue 119

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

Shades of Royal Heath #B93E77

Tints of Royal Heath #B93E77

RGB

 RED value IS 185 (72.66% from 255) = 50.55%

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 50.55%
G = 16.94%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93E77 (or 0xB93E77) is known color: Royal Heath. HEX triplet: B9, 3E and 77. RGB value is (185,62,119). Sum of RGB (Red+Green+Blue) = 185+62+119=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E77 is #46C188. Grayscale: #696969. Windows color (decimal): -4637065 or 7814841. OLE color: 7814841.

HSL color Cylindrical-coordinate representation of color #B93E77: hue angle of 332.2º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E77 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 119 -
CMYK 0 0.66 0.36 0.27
HSL 332.2º 0.5% 0.48% -
HSV(B) 332.2º 0.66% 0.73% -
XYZ 25.06 15.09 19.04 -
YUV 105.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 185 62 119 0 0.66 0.36 0.27 332.2 0.5 0.48
Hex B9 3E 77 0 42 24 1B 14C 32 30
Octal 271 76 167 0 102 44 33 514 62 60
Binary 10111001 111110 1110111 0 1000010 100100 11011 101001100 110010 110000

Color Harmonies of #B93E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E77

Black with #B93E77

Text Example


Text Example

White with #B93E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E77; }

 p { color: rgb(185,62,119); }

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

background-color css

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

 a { background-color: rgb(185,62,119); }

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

border-color css

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

 span { border-color: rgb(185,62,119); }

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