Html Css Color HEX #B93B66 Rouge

📋 copy color: '#B93B66'

red 185 ◦ green 59 ◦ blue 102

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

Shades of Rouge #B93B66

Tints of Rouge #B93B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

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

R = 53.47%
G = 17.05%
B = 29.48%

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

#B93B66 (or 0xB93B66) is known color: Rouge. HEX triplet: B9, 3B and 66. RGB value is (185,59,102). Sum of RGB (Red+Green+Blue) = 185+59+102=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B66 is #46C499. Grayscale: #656565. Windows color (decimal): -4637850 or 6699961. OLE color: 6699961.

HSL color Cylindrical-coordinate representation of color #B93B66: hue angle of 339.52º degrees, saturation: 0.52, 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 #B93B66 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 102 -
CMYK 0 0.68 0.45 0.27
HSL 339.52º 0.52% 0.48% -
HSV(B) 339.52º 0.68% 0.73% -
XYZ 23.97 14.4 14.09 -
YUV 101.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 185 59 102 0 0.68 0.45 0.27 339.52 0.52 0.48
Hex B9 3B 66 0 44 2D 1B 154 34 30
Octal 271 73 146 0 104 55 33 524 64 60
Binary 10111001 111011 1100110 0 1000100 101101 11011 101010100 110100 110000

Color Harmonies of #B93B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B66

Black with #B93B66

Text Example


Text Example

White with #B93B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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