Html Css Color HEX #B93F72 Royal Heath

📋 copy color: '#B93F72'

red 185 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #B93F72

Tints of Royal Heath #B93F72

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 51.1%
G = 17.4%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93F72 (or 0xB93F72) is known color: Royal Heath. HEX triplet: B9, 3F and 72. RGB value is (185,63,114). Sum of RGB (Red+Green+Blue) = 185+63+114=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F72 is #46C08D. Grayscale: #696969. Windows color (decimal): -4636814 or 7487417. OLE color: 7487417.

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

Color convert

RGB 185 63 114 -
CMYK 0 0.66 0.38 0.27
HSL 334.92º 0.49% 0.49% -
HSV(B) 334.92º 0.66% 0.73% -
XYZ 24.82 15.08 17.52 -
YUV 105.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 185 63 114 0 0.66 0.38 0.27 334.92 0.49 0.49
Hex B9 3F 72 0 42 26 1B 14F 31 31
Octal 271 77 162 0 102 46 33 517 61 61
Binary 10111001 111111 1110010 0 1000010 100110 11011 101001111 110001 110001

Color Harmonies of #B93F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F72

Black with #B93F72

Text Example


Text Example

White with #B93F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F72; }

 p { color: rgb(185,63,114); }

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

background-color css

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

 a { background-color: rgb(185,63,114); }

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

border-color css

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

 span { border-color: rgb(185,63,114); }

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