Html Css Color HEX #B93E6D Royal Heath

📋 copy color: '#B93E6D'

red 185 ◦ green 62 ◦ blue 109

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

Shades of Royal Heath #B93E6D

Tints of Royal Heath #B93E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

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

R = 51.97%
G = 17.42%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B93E6D (or 0xB93E6D) is known color: Royal Heath. HEX triplet: B9, 3E and 6D. RGB value is (185,62,109). Sum of RGB (Red+Green+Blue) = 185+62+109=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E6D is #46C192. Grayscale: #686868. Windows color (decimal): -4637075 or 7159481. OLE color: 7159481.

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

Color convert

RGB 185 62 109 -
CMYK 0 0.66 0.41 0.27
HSL 337.07º 0.5% 0.48% -
HSV(B) 337.07º 0.66% 0.73% -
XYZ 24.49 14.86 16.05 -
YUV 104.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 185 62 109 0 0.66 0.41 0.27 337.07 0.5 0.48
Hex B9 3E 6D 0 42 29 1B 151 32 30
Octal 271 76 155 0 102 51 33 521 62 60
Binary 10111001 111110 1101101 0 1000010 101001 11011 101010001 110010 110000

Color Harmonies of #B93E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E6D

Black with #B93E6D

Text Example


Text Example

White with #B93E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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