Html Css Color HEX #B93F63 Rouge

📋 copy color: '#B93F63'

red 185 ◦ green 63 ◦ blue 99

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

Shades of Rouge #B93F63

Tints of Rouge #B93F63

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 53.31%
G = 18.16%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93F63 (or 0xB93F63) is known color: Rouge. HEX triplet: B9, 3F and 63. RGB value is (185,63,99). Sum of RGB (Red+Green+Blue) = 185+63+99=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F63 is #46C09C. Grayscale: #676767. Windows color (decimal): -4636829 or 6504377. OLE color: 6504377.

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

Color convert

RGB 185 63 99 -
CMYK 0 0.66 0.46 0.27
HSL 342.3º 0.49% 0.49% -
HSV(B) 342.3º 0.66% 0.73% -
XYZ 24.04 14.77 13.39 -
YUV 103.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 185 63 99 0 0.66 0.46 0.27 342.3 0.49 0.49
Hex B9 3F 63 0 42 2E 1B 156 31 31
Octal 271 77 143 0 102 56 33 526 61 61
Binary 10111001 111111 1100011 0 1000010 101110 11011 101010110 110001 110001

Color Harmonies of #B93F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F63

Black with #B93F63

Text Example


Text Example

White with #B93F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F63; }

 p { color: rgb(185,63,99); }

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

background-color css

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

 a { background-color: rgb(185,63,99); }

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

border-color css

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

 span { border-color: rgb(185,63,99); }

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