Html Css Color HEX #B93668 Rouge

📋 copy color: '#B93668'

red 185 ◦ green 54 ◦ blue 104

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

Shades of Rouge #B93668

Tints of Rouge #B93668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

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

R = 53.94%
G = 15.74%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93668 (or 0xB93668) is known color: Rouge. HEX triplet: B9, 36 and 68. RGB value is (185,54,104). Sum of RGB (Red+Green+Blue) = 185+54+104=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B93668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93668 is #46C997. Grayscale: #626262. Windows color (decimal): -4639128 or 6829753. OLE color: 6829753.

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

Color convert

RGB 185 54 104 -
CMYK 0 0.71 0.44 0.27
HSL 337.1º 0.55% 0.47% -
HSV(B) 337.1º 0.71% 0.73% -
XYZ 23.83 13.95 14.53 -
YUV 98.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 185 54 104 0 0.71 0.44 0.27 337.1 0.55 0.47
Hex B9 36 68 0 47 2C 1B 151 37 2F
Octal 271 66 150 0 107 54 33 521 67 57
Binary 10111001 110110 1101000 0 1000111 101100 11011 101010001 110111 101111

Color Harmonies of #B93668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93668

Black with #B93668

Text Example


Text Example

White with #B93668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93668; }

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

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

background-color css

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

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

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

border-color css

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

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

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