Html Css Color HEX #B93F75 Royal Heath

📋 copy color: '#B93F75'

red 185 ◦ green 63 ◦ blue 117

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

Shades of Royal Heath #B93F75

Tints of Royal Heath #B93F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 50.68%
G = 17.26%
B = 32.05%

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

#B93F75 (or 0xB93F75) is known color: Royal Heath. HEX triplet: B9, 3F and 75. RGB value is (185,63,117). Sum of RGB (Red+Green+Blue) = 185+63+117=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F75 is #46C08A. Grayscale: #696969. Windows color (decimal): -4636811 or 7684025. OLE color: 7684025.

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

Color convert

RGB 185 63 117 -
CMYK 0 0.66 0.37 0.27
HSL 333.44º 0.49% 0.49% -
HSV(B) 333.44º 0.66% 0.73% -
XYZ 25 15.15 18.44 -
YUV 105.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 185 63 117 0 0.66 0.37 0.27 333.44 0.49 0.49
Hex B9 3F 75 0 42 25 1B 14D 31 31
Octal 271 77 165 0 102 45 33 515 61 61
Binary 10111001 111111 1110101 0 1000010 100101 11011 101001101 110001 110001

Color Harmonies of #B93F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F75

Black with #B93F75

Text Example


Text Example

White with #B93F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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