Html Css Color HEX #B93561 Rouge

📋 copy color: '#B93561'

red 185 ◦ green 53 ◦ blue 97

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

Shades of Rouge #B93561

Tints of Rouge #B93561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 55.22%
G = 15.82%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93561 (or 0xB93561) is known color: Rouge. HEX triplet: B9, 35 and 61. RGB value is (185,53,97). Sum of RGB (Red+Green+Blue) = 185+53+97=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B93561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93561 is #46CA9E. Grayscale: #616161. Windows color (decimal): -4639391 or 6370745. OLE color: 6370745.

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

Color convert

RGB 185 53 97 -
CMYK 0 0.71 0.48 0.27
HSL 340º 0.55% 0.47% -
HSV(B) 340º 0.71% 0.73% -
XYZ 23.44 13.72 12.72 -
YUV 97.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 185 53 97 0 0.71 0.48 0.27 340 0.55 0.47
Hex B9 35 61 0 47 30 1B 154 37 2F
Octal 271 65 141 0 107 60 33 524 67 57
Binary 10111001 110101 1100001 0 1000111 110000 11011 101010100 110111 101111

Color Harmonies of #B93561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93561

Black with #B93561

Text Example


Text Example

White with #B93561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93561; }

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

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

background-color css

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

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

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

border-color css

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

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

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