Html Css Color HEX #B93165 Rouge

📋 copy color: '#B93165'

red 185 ◦ green 49 ◦ blue 101

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

Shades of Rouge #B93165

Tints of Rouge #B93165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 55.22%
G = 14.63%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93165 (or 0xB93165) is known color: Rouge. HEX triplet: B9, 31 and 65. RGB value is (185,49,101). Sum of RGB (Red+Green+Blue) = 185+49+101=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B93165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93165 is #46CE9A. Grayscale: #5F5F5F. Windows color (decimal): -4640411 or 6631865. OLE color: 6631865.

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

Color convert

RGB 185 49 101 -
CMYK 0 0.74 0.45 0.27
HSL 337.06º 0.58% 0.46% -
HSV(B) 337.06º 0.74% 0.73% -
XYZ 23.45 13.45 13.67 -
YUV 95.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 185 49 101 0 0.74 0.45 0.27 337.06 0.58 0.46
Hex B9 31 65 0 4A 2D 1B 151 3A 2E
Octal 271 61 145 0 112 55 33 521 72 56
Binary 10111001 110001 1100101 0 1001010 101101 11011 101010001 111010 101110

Color Harmonies of #B93165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93165

Black with #B93165

Text Example


Text Example

White with #B93165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93165; }

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

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

background-color css

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

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

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

border-color css

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

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

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