Html Css Color HEX #B93460 Rouge

📋 copy color: '#B93460'

red 185 ◦ green 52 ◦ blue 96

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

Shades of Rouge #B93460

Tints of Rouge #B93460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 55.56%
G = 15.62%
B = 28.83%

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

#B93460 (or 0xB93460) is known color: Rouge. HEX triplet: B9, 34 and 60. RGB value is (185,52,96). Sum of RGB (Red+Green+Blue) = 185+52+96=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93460 is #46CB9F. Grayscale: #606060. Windows color (decimal): -4639648 or 6304953. OLE color: 6304953.

HSL color Cylindrical-coordinate representation of color #B93460: hue angle of 340.15º degrees, saturation: 0.56, 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 #B93460 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 96 -
CMYK 0 0.72 0.48 0.27
HSL 340.15º 0.56% 0.46% -
HSV(B) 340.15º 0.72% 0.73% -
XYZ 23.35 13.61 12.46 -
YUV 96.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 185 52 96 0 0.72 0.48 0.27 340.15 0.56 0.46
Hex B9 34 60 0 48 30 1B 154 38 2E
Octal 271 64 140 0 110 60 33 524 70 56
Binary 10111001 110100 1100000 0 1001000 110000 11011 101010100 111000 101110

Color Harmonies of #B93460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93460

Black with #B93460

Text Example


Text Example

White with #B93460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93460; }

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

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

background-color css

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

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

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

border-color css

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

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

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