Html Css Color HEX #B93960 Rouge

📋 copy color: '#B93960'

red 185 ◦ green 57 ◦ blue 96

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

Shades of Rouge #B93960

Tints of Rouge #B93960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 54.73%
G = 16.86%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93960 (or 0xB93960) is known color: Rouge. HEX triplet: B9, 39 and 60. RGB value is (185,57,96). Sum of RGB (Red+Green+Blue) = 185+57+96=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93960 is #46C69F. Grayscale: #636363. Windows color (decimal): -4638368 or 6306233. OLE color: 6306233.

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

Color convert

RGB 185 57 96 -
CMYK 0 0.69 0.48 0.27
HSL 341.72º 0.53% 0.47% -
HSV(B) 341.72º 0.69% 0.73% -
XYZ 23.58 14.09 12.54 -
YUV 99.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 185 57 96 0 0.69 0.48 0.27 341.72 0.53 0.47
Hex B9 39 60 0 45 30 1B 156 35 2F
Octal 271 71 140 0 105 60 33 526 65 57
Binary 10111001 111001 1100000 0 1000101 110000 11011 101010110 110101 101111

Color Harmonies of #B93960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93960

Black with #B93960

Text Example


Text Example

White with #B93960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93960; }

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

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

background-color css

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

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

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

border-color css

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

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

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