Html Css Color HEX #B93A6D Royal Heath

📋 copy color: '#B93A6D'

red 185 ◦ green 58 ◦ blue 109

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

Shades of Royal Heath #B93A6D

Tints of Royal Heath #B93A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

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

R = 52.56%
G = 16.48%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B93A6D (or 0xB93A6D) is known color: Royal Heath. HEX triplet: B9, 3A and 6D. RGB value is (185,58,109). Sum of RGB (Red+Green+Blue) = 185+58+109=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A6D is #46C592. Grayscale: #656565. Windows color (decimal): -4638099 or 7158457. OLE color: 7158457.

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

Color convert

RGB 185 58 109 -
CMYK 0 0.69 0.41 0.27
HSL 335.91º 0.52% 0.48% -
HSV(B) 335.91º 0.69% 0.73% -
XYZ 24.28 14.44 15.98 -
YUV 101.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 185 58 109 0 0.69 0.41 0.27 335.91 0.52 0.48
Hex B9 3A 6D 0 45 29 1B 150 34 30
Octal 271 72 155 0 105 51 33 520 64 60
Binary 10111001 111010 1101101 0 1000101 101001 11011 101010000 110100 110000

Color Harmonies of #B93A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A6D

Black with #B93A6D

Text Example


Text Example

White with #B93A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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