Html Css Color HEX #B93360 Rouge

📋 copy color: '#B93360'

red 185 ◦ green 51 ◦ blue 96

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

Shades of Rouge #B93360

Tints of Rouge #B93360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 55.72%
G = 15.36%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93360 (or 0xB93360) is known color: Rouge. HEX triplet: B9, 33 and 60. RGB value is (185,51,96). Sum of RGB (Red+Green+Blue) = 185+51+96=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B93360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93360 is #46CC9F. Grayscale: #606060. Windows color (decimal): -4639904 or 6304697. OLE color: 6304697.

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

Color convert

RGB 185 51 96 -
CMYK 0 0.72 0.48 0.27
HSL 339.85º 0.57% 0.46% -
HSV(B) 339.85º 0.72% 0.73% -
XYZ 23.3 13.53 12.45 -
YUV 96.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 185 51 96 0 0.72 0.48 0.27 339.85 0.57 0.46
Hex B9 33 60 0 48 30 1B 154 39 2E
Octal 271 63 140 0 110 60 33 524 71 56
Binary 10111001 110011 1100000 0 1001000 110000 11011 101010100 111001 101110

Color Harmonies of #B93360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93360

Black with #B93360

Text Example


Text Example

White with #B93360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93360; }

 p { color: rgb(185,51,96); }

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

background-color css

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

 a { background-color: rgb(185,51,96); }

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

border-color css

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

 span { border-color: rgb(185,51,96); }

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