Html Css Color HEX #B93163 Rouge

📋 copy color: '#B93163'

red 185 ◦ green 49 ◦ blue 99

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

Shades of Rouge #B93163

Tints of Rouge #B93163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

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

R = 55.56%
G = 14.71%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93163 (or 0xB93163) is known color: Rouge. HEX triplet: B9, 31 and 63. RGB value is (185,49,99). Sum of RGB (Red+Green+Blue) = 185+49+99=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93163 is #46CE9C. Grayscale: #5F5F5F. Windows color (decimal): -4640413 or 6500793. OLE color: 6500793.

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

Color convert

RGB 185 49 99 -
CMYK 0 0.74 0.46 0.27
HSL 337.94º 0.58% 0.46% -
HSV(B) 337.94º 0.74% 0.73% -
XYZ 23.36 13.41 13.16 -
YUV 95.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 185 49 99 0 0.74 0.46 0.27 337.94 0.58 0.46
Hex B9 31 63 0 4A 2E 1B 152 3A 2E
Octal 271 61 143 0 112 56 33 522 72 56
Binary 10111001 110001 1100011 0 1001010 101110 11011 101010010 111010 101110

Color Harmonies of #B93163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93163

Black with #B93163

Text Example


Text Example

White with #B93163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93163; }

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

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

background-color css

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

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

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

border-color css

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

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

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