Html Css Color HEX #B93770 Royal Heath

📋 copy color: '#B93770'

red 185 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #B93770

Tints of Royal Heath #B93770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 52.56%
G = 15.63%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93770 (or 0xB93770) is known color: Royal Heath. HEX triplet: B9, 37 and 70. RGB value is (185,55,112). Sum of RGB (Red+Green+Blue) = 185+55+112=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93770 is #46C88F. Grayscale: #646464. Windows color (decimal): -4638864 or 7354297. OLE color: 7354297.

HSL color Cylindrical-coordinate representation of color #B93770: hue angle of 333.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93770 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 112 -
CMYK 0 0.70 0.39 0.27
HSL 333.69º 0.54% 0.47% -
HSV(B) 333.69º 0.7% 0.73% -
XYZ 24.3 14.22 16.79 -
YUV 100.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 185 55 112 0 0.70 0.39 0.27 333.69 0.54 0.47
Hex B9 37 70 0 46 27 1B 14E 36 2F
Octal 271 67 160 0 106 47 33 516 66 57
Binary 10111001 110111 1110000 0 1000110 100111 11011 101001110 110110 101111

Color Harmonies of #B93770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93770

Black with #B93770

Text Example


Text Example

White with #B93770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93770; }

 p { color: rgb(185,55,112); }

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

background-color css

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

 a { background-color: rgb(185,55,112); }

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

border-color css

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

 span { border-color: rgb(185,55,112); }

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