Html Css Color HEX #B93168 Rouge

📋 copy color: '#B93168'

red 185 ◦ green 49 ◦ blue 104

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

Shades of Rouge #B93168

Tints of Rouge #B93168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

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

R = 54.73%
G = 14.5%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93168 (or 0xB93168) is known color: Rouge. HEX triplet: B9, 31 and 68. RGB value is (185,49,104). Sum of RGB (Red+Green+Blue) = 185+49+104=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93168 is #46CE97. Grayscale: #5F5F5F. Windows color (decimal): -4640408 or 6828473. OLE color: 6828473.

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

Color convert

RGB 185 49 104 -
CMYK 0 0.74 0.44 0.27
HSL 335.74º 0.58% 0.46% -
HSV(B) 335.74º 0.74% 0.73% -
XYZ 23.6 13.51 14.46 -
YUV 95.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 185 49 104 0 0.74 0.44 0.27 335.74 0.58 0.46
Hex B9 31 68 0 4A 2C 1B 150 3A 2E
Octal 271 61 150 0 112 54 33 520 72 56
Binary 10111001 110001 1101000 0 1001010 101100 11011 101010000 111010 101110

Color Harmonies of #B93168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93168

Black with #B93168

Text Example


Text Example

White with #B93168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93168; }

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

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

background-color css

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

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

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

border-color css

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

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

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