Html Css Color HEX #B93D6D Royal Heath

📋 copy color: '#B93D6D'

red 185 ◦ green 61 ◦ blue 109

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

Shades of Royal Heath #B93D6D

Tints of Royal Heath #B93D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 52.11%
G = 17.18%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B93D6D (or 0xB93D6D) is known color: Royal Heath. HEX triplet: B9, 3D and 6D. RGB value is (185,61,109). Sum of RGB (Red+Green+Blue) = 185+61+109=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D6D is #46C292. Grayscale: #676767. Windows color (decimal): -4637331 or 7159225. OLE color: 7159225.

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

Color convert

RGB 185 61 109 -
CMYK 0 0.67 0.41 0.27
HSL 336.77º 0.5% 0.48% -
HSV(B) 336.77º 0.67% 0.73% -
XYZ 24.44 14.76 16.03 -
YUV 103.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 185 61 109 0 0.67 0.41 0.27 336.77 0.5 0.48
Hex B9 3D 6D 0 43 29 1B 151 32 30
Octal 271 75 155 0 103 51 33 521 62 60
Binary 10111001 111101 1101101 0 1000011 101001 11011 101010001 110010 110000

Color Harmonies of #B93D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D6D

Black with #B93D6D

Text Example


Text Example

White with #B93D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D6D; }

 p { color: rgb(185,61,109); }

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

background-color css

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

 a { background-color: rgb(185,61,109); }

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

border-color css

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

 span { border-color: rgb(185,61,109); }

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