Html Css Color HEX #B93B6D Royal Heath

📋 copy color: '#B93B6D'

red 185 ◦ green 59 ◦ blue 109

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

Shades of Royal Heath #B93B6D

Tints of Royal Heath #B93B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

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

R = 52.41%
G = 16.71%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B93B6D (or 0xB93B6D) is known color: Royal Heath. HEX triplet: B9, 3B and 6D. RGB value is (185,59,109). Sum of RGB (Red+Green+Blue) = 185+59+109=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B6D is #46C492. Grayscale: #666666. Windows color (decimal): -4637843 or 7158713. OLE color: 7158713.

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

Color convert

RGB 185 59 109 -
CMYK 0 0.68 0.41 0.27
HSL 336.19º 0.52% 0.48% -
HSV(B) 336.19º 0.68% 0.73% -
XYZ 24.33 14.55 15.99 -
YUV 102.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 185 59 109 0 0.68 0.41 0.27 336.19 0.52 0.48
Hex B9 3B 6D 0 44 29 1B 150 34 30
Octal 271 73 155 0 104 51 33 520 64 60
Binary 10111001 111011 1101101 0 1000100 101001 11011 101010000 110100 110000

Color Harmonies of #B93B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B6D

Black with #B93B6D

Text Example


Text Example

White with #B93B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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