Html Css Color HEX #B93064 Rouge

📋 copy color: '#B93064'

red 185 ◦ green 48 ◦ blue 100

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

Shades of Rouge #B93064

Tints of Rouge #B93064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 55.56%
G = 14.41%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93064 (or 0xB93064) is known color: Rouge. HEX triplet: B9, 30 and 64. RGB value is (185,48,100). Sum of RGB (Red+Green+Blue) = 185+48+100=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93064 is #46CF9B. Grayscale: #5E5E5E. Windows color (decimal): -4640668 or 6566073. OLE color: 6566073.

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

Color convert

RGB 185 48 100 -
CMYK 0 0.74 0.46 0.27
HSL 337.23º 0.59% 0.46% -
HSV(B) 337.23º 0.74% 0.73% -
XYZ 23.36 13.35 13.4 -
YUV 94.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 185 48 100 0 0.74 0.46 0.27 337.23 0.59 0.46
Hex B9 30 64 0 4A 2E 1B 151 3B 2E
Octal 271 60 144 0 112 56 33 521 73 56
Binary 10111001 110000 1100100 0 1001010 101110 11011 101010001 111011 101110

Color Harmonies of #B93064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93064

Black with #B93064

Text Example


Text Example

White with #B93064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93064; }

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

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

background-color css

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

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

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

border-color css

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

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

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