Html Css Color HEX #B93C61 Rouge

📋 copy color: '#B93C61'

red 185 ◦ green 60 ◦ blue 97

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

Shades of Rouge #B93C61

Tints of Rouge #B93C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 54.09%
G = 17.54%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93C61 (or 0xB93C61) is known color: Rouge. HEX triplet: B9, 3C and 61. RGB value is (185,60,97). Sum of RGB (Red+Green+Blue) = 185+60+97=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C61 is #46C39E. Grayscale: #656565. Windows color (decimal): -4637599 or 6372537. OLE color: 6372537.

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

Color convert

RGB 185 60 97 -
CMYK 0 0.68 0.48 0.27
HSL 342.24º 0.51% 0.48% -
HSV(B) 342.24º 0.68% 0.73% -
XYZ 23.78 14.41 12.84 -
YUV 101.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 185 60 97 0 0.68 0.48 0.27 342.24 0.51 0.48
Hex B9 3C 61 0 44 30 1B 156 33 30
Octal 271 74 141 0 104 60 33 526 63 60
Binary 10111001 111100 1100001 0 1000100 110000 11011 101010110 110011 110000

Color Harmonies of #B93C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C61

Black with #B93C61

Text Example


Text Example

White with #B93C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C61; }

 p { color: rgb(185,60,97); }

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

background-color css

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

 a { background-color: rgb(185,60,97); }

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

border-color css

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

 span { border-color: rgb(185,60,97); }

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