Html Css Color HEX #B93364 Rouge

📋 copy color: '#B93364'

red 185 ◦ green 51 ◦ blue 100

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

Shades of Rouge #B93364

Tints of Rouge #B93364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 55.06%
G = 15.18%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93364 (or 0xB93364) is known color: Rouge. HEX triplet: B9, 33 and 64. RGB value is (185,51,100). Sum of RGB (Red+Green+Blue) = 185+51+100=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93364 is #46CC9B. Grayscale: #606060. Windows color (decimal): -4639900 or 6566841. OLE color: 6566841.

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

Color convert

RGB 185 51 100 -
CMYK 0 0.72 0.46 0.27
HSL 338.06º 0.57% 0.46% -
HSV(B) 338.06º 0.72% 0.73% -
XYZ 23.49 13.6 13.44 -
YUV 96.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 185 51 100 0 0.72 0.46 0.27 338.06 0.57 0.46
Hex B9 33 64 0 48 2E 1B 152 39 2E
Octal 271 63 144 0 110 56 33 522 71 56
Binary 10111001 110011 1100100 0 1001000 101110 11011 101010010 111001 101110

Color Harmonies of #B93364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93364

Black with #B93364

Text Example


Text Example

White with #B93364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93364; }

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

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

background-color css

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

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

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

border-color css

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

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

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