Html Css Color HEX #B93B65 Rouge

📋 copy color: '#B93B65'

red 185 ◦ green 59 ◦ blue 101

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

Shades of Rouge #B93B65

Tints of Rouge #B93B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 53.62%
G = 17.1%
B = 29.28%

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

#B93B65 (or 0xB93B65) is known color: Rouge. HEX triplet: B9, 3B and 65. RGB value is (185,59,101). Sum of RGB (Red+Green+Blue) = 185+59+101=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B65 is #46C49A. Grayscale: #656565. Windows color (decimal): -4637851 or 6634425. OLE color: 6634425.

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

Color convert

RGB 185 59 101 -
CMYK 0 0.68 0.45 0.27
HSL 340º 0.52% 0.48% -
HSV(B) 340º 0.68% 0.73% -
XYZ 23.92 14.38 13.83 -
YUV 101.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 185 59 101 0 0.68 0.45 0.27 340 0.52 0.48
Hex B9 3B 65 0 44 2D 1B 154 34 30
Octal 271 73 145 0 104 55 33 524 64 60
Binary 10111001 111011 1100101 0 1000100 101101 11011 101010100 110100 110000

Color Harmonies of #B93B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B65

Black with #B93B65

Text Example


Text Example

White with #B93B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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