Html Css Color HEX #B93663 Rouge

📋 copy color: '#B93663'

red 185 ◦ green 54 ◦ blue 99

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

Shades of Rouge #B93663

Tints of Rouge #B93663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 54.73%
G = 15.98%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93663 (or 0xB93663) is known color: Rouge. HEX triplet: B9, 36 and 63. RGB value is (185,54,99). Sum of RGB (Red+Green+Blue) = 185+54+99=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93663 is #46C99C. Grayscale: #626262. Windows color (decimal): -4639133 or 6502073. OLE color: 6502073.

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

Color convert

RGB 185 54 99 -
CMYK 0 0.71 0.46 0.27
HSL 339.39º 0.55% 0.47% -
HSV(B) 339.39º 0.71% 0.73% -
XYZ 23.58 13.85 13.24 -
YUV 98.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 185 54 99 0 0.71 0.46 0.27 339.39 0.55 0.47
Hex B9 36 63 0 47 2E 1B 153 37 2F
Octal 271 66 143 0 107 56 33 523 67 57
Binary 10111001 110110 1100011 0 1000111 101110 11011 101010011 110111 101111

Color Harmonies of #B93663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93663

Black with #B93663

Text Example


Text Example

White with #B93663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93663; }

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

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

background-color css

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

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

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

border-color css

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

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

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