Html Css Color HEX #B93365 Rouge

📋 copy color: '#B93365'

red 185 ◦ green 51 ◦ blue 101

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

Shades of Rouge #B93365

Tints of Rouge #B93365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 54.9%
G = 15.13%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93365 (or 0xB93365) is known color: Rouge. HEX triplet: B9, 33 and 65. RGB value is (185,51,101). Sum of RGB (Red+Green+Blue) = 185+51+101=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93365 is #46CC9A. Grayscale: #606060. Windows color (decimal): -4639899 or 6632377. OLE color: 6632377.

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

Color convert

RGB 185 51 101 -
CMYK 0 0.72 0.45 0.27
HSL 337.61º 0.57% 0.46% -
HSV(B) 337.61º 0.72% 0.73% -
XYZ 23.54 13.62 13.7 -
YUV 96.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 185 51 101 0 0.72 0.45 0.27 337.61 0.57 0.46
Hex B9 33 65 0 48 2D 1B 152 39 2E
Octal 271 63 145 0 110 55 33 522 71 56
Binary 10111001 110011 1100101 0 1001000 101101 11011 101010010 111001 101110

Color Harmonies of #B93365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93365

Black with #B93365

Text Example


Text Example

White with #B93365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93365; }

 p { color: rgb(185,51,101); }

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

background-color css

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

 a { background-color: rgb(185,51,101); }

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

border-color css

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

 span { border-color: rgb(185,51,101); }

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