Html Css Color HEX #B93D6E Royal Heath

📋 copy color: '#B93D6E'

red 185 ◦ green 61 ◦ blue 110

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

Shades of Royal Heath #B93D6E

Tints of Royal Heath #B93D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 51.97%
G = 17.13%
B = 30.9%

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

#B93D6E (or 0xB93D6E) is known color: Royal Heath. HEX triplet: B9, 3D and 6E. RGB value is (185,61,110). Sum of RGB (Red+Green+Blue) = 185+61+110=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D6E is #46C291. Grayscale: #676767. Windows color (decimal): -4637330 or 7224761. OLE color: 7224761.

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

Color convert

RGB 185 61 110 -
CMYK 0 0.67 0.41 0.27
HSL 336.29º 0.5% 0.48% -
HSV(B) 336.29º 0.67% 0.73% -
XYZ 24.49 14.78 16.31 -
YUV 103.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 185 61 110 0 0.67 0.41 0.27 336.29 0.5 0.48
Hex B9 3D 6E 0 43 29 1B 150 32 30
Octal 271 75 156 0 103 51 33 520 62 60
Binary 10111001 111101 1101110 0 1000011 101001 11011 101010000 110010 110000

Color Harmonies of #B93D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D6E

Black with #B93D6E

Text Example


Text Example

White with #B93D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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