Html Css Color HEX #B93760 Rouge

📋 copy color: '#B93760'

red 185 ◦ green 55 ◦ blue 96

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

Shades of Rouge #B93760

Tints of Rouge #B93760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 55.06%
G = 16.37%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93760 (or 0xB93760) is known color: Rouge. HEX triplet: B9, 37 and 60. RGB value is (185,55,96). Sum of RGB (Red+Green+Blue) = 185+55+96=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93760 is #46C89F. Grayscale: #626262. Windows color (decimal): -4638880 or 6305721. OLE color: 6305721.

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

Color convert

RGB 185 55 96 -
CMYK 0 0.70 0.48 0.27
HSL 341.08º 0.54% 0.47% -
HSV(B) 341.08º 0.7% 0.73% -
XYZ 23.49 13.89 12.51 -
YUV 98.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 185 55 96 0 0.70 0.48 0.27 341.08 0.54 0.47
Hex B9 37 60 0 46 30 1B 155 36 2F
Octal 271 67 140 0 106 60 33 525 66 57
Binary 10111001 110111 1100000 0 1000110 110000 11011 101010101 110110 101111

Color Harmonies of #B93760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93760

Black with #B93760

Text Example


Text Example

White with #B93760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93760; }

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

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

background-color css

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

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

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

border-color css

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

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

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