Html Css Color HEX #B93368 Rouge

📋 copy color: '#B93368'

red 185 ◦ green 51 ◦ blue 104

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

Shades of Rouge #B93368

Tints of Rouge #B93368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 54.41%
G = 15%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93368 (or 0xB93368) is known color: Rouge. HEX triplet: B9, 33 and 68. RGB value is (185,51,104). Sum of RGB (Red+Green+Blue) = 185+51+104=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93368 is #46CC97. Grayscale: #616161. Windows color (decimal): -4639896 or 6828985. OLE color: 6828985.

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

Color convert

RGB 185 51 104 -
CMYK 0 0.72 0.44 0.27
HSL 336.27º 0.57% 0.46% -
HSV(B) 336.27º 0.72% 0.73% -
XYZ 23.69 13.68 14.49 -
YUV 97.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 185 51 104 0 0.72 0.44 0.27 336.27 0.57 0.46
Hex B9 33 68 0 48 2C 1B 150 39 2E
Octal 271 63 150 0 110 54 33 520 71 56
Binary 10111001 110011 1101000 0 1001000 101100 11011 101010000 111001 101110

Color Harmonies of #B93368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93368

Black with #B93368

Text Example


Text Example

White with #B93368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93368; }

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

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

background-color css

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

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

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

border-color css

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

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

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