Html Css Color HEX #B93C66 Rouge

📋 copy color: '#B93C66'

red 185 ◦ green 60 ◦ blue 102

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

Shades of Rouge #B93C66

Tints of Rouge #B93C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 53.31%
G = 17.29%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93C66 (or 0xB93C66) is known color: Rouge. HEX triplet: B9, 3C and 66. RGB value is (185,60,102). Sum of RGB (Red+Green+Blue) = 185+60+102=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C66 is #46C399. Grayscale: #666666. Windows color (decimal): -4637594 or 6700217. OLE color: 6700217.

HSL color Cylindrical-coordinate representation of color #B93C66: hue angle of 339.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C66 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 102 -
CMYK 0 0.68 0.45 0.27
HSL 339.84º 0.51% 0.48% -
HSV(B) 339.84º 0.68% 0.73% -
XYZ 24.02 14.51 14.1 -
YUV 102.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 185 60 102 0 0.68 0.45 0.27 339.84 0.51 0.48
Hex B9 3C 66 0 44 2D 1B 154 33 30
Octal 271 74 146 0 104 55 33 524 63 60
Binary 10111001 111100 1100110 0 1000100 101101 11011 101010100 110011 110000

Color Harmonies of #B93C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C66

Black with #B93C66

Text Example


Text Example

White with #B93C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C66; }

 p { color: rgb(185,60,102); }

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

background-color css

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

 a { background-color: rgb(185,60,102); }

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

border-color css

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

 span { border-color: rgb(185,60,102); }

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