Html Css Color HEX #B93464 Rouge

📋 copy color: '#B93464'

red 185 ◦ green 52 ◦ blue 100

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

Shades of Rouge #B93464

Tints of Rouge #B93464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 54.9%
G = 15.43%
B = 29.67%

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

#B93464 (or 0xB93464) is known color: Rouge. HEX triplet: B9, 34 and 64. RGB value is (185,52,100). Sum of RGB (Red+Green+Blue) = 185+52+100=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93464 is #46CB9B. Grayscale: #616161. Windows color (decimal): -4639644 or 6567097. OLE color: 6567097.

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

Color convert

RGB 185 52 100 -
CMYK 0 0.72 0.46 0.27
HSL 338.35º 0.56% 0.46% -
HSV(B) 338.35º 0.72% 0.73% -
XYZ 23.54 13.69 13.46 -
YUV 97.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 185 52 100 0 0.72 0.46 0.27 338.35 0.56 0.46
Hex B9 34 64 0 48 2E 1B 152 38 2E
Octal 271 64 144 0 110 56 33 522 70 56
Binary 10111001 110100 1100100 0 1001000 101110 11011 101010010 111000 101110

Color Harmonies of #B93464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93464

Black with #B93464

Text Example


Text Example

White with #B93464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93464; }

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

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

background-color css

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

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

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

border-color css

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

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

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