Html Css Color HEX #B93F74 Royal Heath

📋 copy color: '#B93F74'

red 185 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #B93F74

Tints of Royal Heath #B93F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 50.82%
G = 17.31%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B93F74 (or 0xB93F74) is known color: Royal Heath. HEX triplet: B9, 3F and 74. RGB value is (185,63,116). Sum of RGB (Red+Green+Blue) = 185+63+116=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F74 is #46C08B. Grayscale: #696969. Windows color (decimal): -4636812 or 7618489. OLE color: 7618489.

HSL color Cylindrical-coordinate representation of color #B93F74: hue angle of 333.93º 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 #B93F74 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 63 116 -
CMYK 0 0.66 0.37 0.27
HSL 333.93º 0.49% 0.49% -
HSV(B) 333.93º 0.66% 0.73% -
XYZ 24.94 15.13 18.13 -
YUV 105.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 185 63 116 0 0.66 0.37 0.27 333.93 0.49 0.49
Hex B9 3F 74 0 42 25 1B 14E 31 31
Octal 271 77 164 0 102 45 33 516 61 61
Binary 10111001 111111 1110100 0 1000010 100101 11011 101001110 110001 110001

Color Harmonies of #B93F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F74

Black with #B93F74

Text Example


Text Example

White with #B93F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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