Html Css Color HEX #B93362 Rouge

📋 copy color: '#B93362'

red 185 ◦ green 51 ◦ blue 98

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

Shades of Rouge #B93362

Tints of Rouge #B93362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 55.39%
G = 15.27%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B93362 (or 0xB93362) is known color: Rouge. HEX triplet: B9, 33 and 62. RGB value is (185,51,98). Sum of RGB (Red+Green+Blue) = 185+51+98=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B93362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93362 is #46CC9D. Grayscale: #606060. Windows color (decimal): -4639902 or 6435769. OLE color: 6435769.

HSL color Cylindrical-coordinate representation of color #B93362: hue angle of 338.96º 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 #B93362 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 98 -
CMYK 0 0.72 0.47 0.27
HSL 338.96º 0.57% 0.46% -
HSV(B) 338.96º 0.72% 0.73% -
XYZ 23.4 13.56 12.94 -
YUV 96.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 185 51 98 0 0.72 0.47 0.27 338.96 0.57 0.46
Hex B9 33 62 0 48 2F 1B 153 39 2E
Octal 271 63 142 0 110 57 33 523 71 56
Binary 10111001 110011 1100010 0 1001000 101111 11011 101010011 111001 101110

Color Harmonies of #B93362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93362

Black with #B93362

Text Example


Text Example

White with #B93362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93362; }

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

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

background-color css

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

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

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

border-color css

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

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

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