Html Css Color HEX #B93564 Rouge

📋 copy color: '#B93564'

red 185 ◦ green 53 ◦ blue 100

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

Shades of Rouge #B93564

Tints of Rouge #B93564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 54.73%
G = 15.68%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93564 (or 0xB93564) is known color: Rouge. HEX triplet: B9, 35 and 64. RGB value is (185,53,100). Sum of RGB (Red+Green+Blue) = 185+53+100=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93564 is #46CA9B. Grayscale: #616161. Windows color (decimal): -4639388 or 6567353. OLE color: 6567353.

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

Color convert

RGB 185 53 100 -
CMYK 0 0.71 0.46 0.27
HSL 338.64º 0.55% 0.47% -
HSV(B) 338.64º 0.71% 0.73% -
XYZ 23.58 13.78 13.47 -
YUV 97.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 185 53 100 0 0.71 0.46 0.27 338.64 0.55 0.47
Hex B9 35 64 0 47 2E 1B 153 37 2F
Octal 271 65 144 0 107 56 33 523 67 57
Binary 10111001 110101 1100100 0 1000111 101110 11011 101010011 110111 101111

Color Harmonies of #B93564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93564

Black with #B93564

Text Example


Text Example

White with #B93564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93564; }

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

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

background-color css

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

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

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

border-color css

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

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

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