Html Css Color HEX #B93764 Rouge

📋 copy color: '#B93764'

red 185 ◦ green 55 ◦ blue 100

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

Shades of Rouge #B93764

Tints of Rouge #B93764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 54.41%
G = 16.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B93764 (or 0xB93764) is known color: Rouge. HEX triplet: B9, 37 and 64. RGB value is (185,55,100). Sum of RGB (Red+Green+Blue) = 185+55+100=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93764 is #46C89B. Grayscale: #626262. Windows color (decimal): -4638876 or 6567865. OLE color: 6567865.

HSL color Cylindrical-coordinate representation of color #B93764: hue angle of 339.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93764 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 100 -
CMYK 0 0.70 0.46 0.27
HSL 339.23º 0.54% 0.47% -
HSV(B) 339.23º 0.7% 0.73% -
XYZ 23.67 13.97 13.5 -
YUV 99 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 185 55 100 0 0.70 0.46 0.27 339.23 0.54 0.47
Hex B9 37 64 0 46 2E 1B 153 36 2F
Octal 271 67 144 0 106 56 33 523 66 57
Binary 10111001 110111 1100100 0 1000110 101110 11011 101010011 110110 101111

Color Harmonies of #B93764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93764

Black with #B93764

Text Example


Text Example

White with #B93764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93764; }

 p { color: rgb(185,55,100); }

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

background-color css

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

 a { background-color: rgb(185,55,100); }

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

border-color css

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

 span { border-color: rgb(185,55,100); }

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