Html Css Color HEX #B93B77 Royal Heath

📋 copy color: '#B93B77'

red 185 ◦ green 59 ◦ blue 119

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

Shades of Royal Heath #B93B77

Tints of Royal Heath #B93B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 50.96%
G = 16.25%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93B77 (or 0xB93B77) is known color: Royal Heath. HEX triplet: B9, 3B and 77. RGB value is (185,59,119). Sum of RGB (Red+Green+Blue) = 185+59+119=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B77 is #46C488. Grayscale: #676767. Windows color (decimal): -4637833 or 7814073. OLE color: 7814073.

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

Color convert

RGB 185 59 119 -
CMYK 0 0.68 0.36 0.27
HSL 331.43º 0.52% 0.48% -
HSV(B) 331.43º 0.68% 0.73% -
XYZ 24.9 14.77 18.99 -
YUV 103.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 185 59 119 0 0.68 0.36 0.27 331.43 0.52 0.48
Hex B9 3B 77 0 44 24 1B 14B 34 30
Octal 271 73 167 0 104 44 33 513 64 60
Binary 10111001 111011 1110111 0 1000100 100100 11011 101001011 110100 110000

Color Harmonies of #B93B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B77

Black with #B93B77

Text Example


Text Example

White with #B93B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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