Html Css Color HEX #B93261 Rouge

📋 copy color: '#B93261'

red 185 ◦ green 50 ◦ blue 97

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

Shades of Rouge #B93261

Tints of Rouge #B93261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 55.72%
G = 15.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93261 (or 0xB93261) is known color: Rouge. HEX triplet: B9, 32 and 61. RGB value is (185,50,97). Sum of RGB (Red+Green+Blue) = 185+50+97=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B93261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93261 is #46CD9E. Grayscale: #5F5F5F. Windows color (decimal): -4640159 or 6369977. OLE color: 6369977.

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

Color convert

RGB 185 50 97 -
CMYK 0 0.73 0.48 0.27
HSL 339.11º 0.57% 0.46% -
HSV(B) 339.11º 0.73% 0.73% -
XYZ 23.31 13.46 12.68 -
YUV 95.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 185 50 97 0 0.73 0.48 0.27 339.11 0.57 0.46
Hex B9 32 61 0 49 30 1B 153 39 2E
Octal 271 62 141 0 111 60 33 523 71 56
Binary 10111001 110010 1100001 0 1001001 110000 11011 101010011 111001 101110

Color Harmonies of #B93261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93261

Black with #B93261

Text Example


Text Example

White with #B93261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93261; }

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

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

background-color css

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

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

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

border-color css

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

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

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