Html Css Color HEX #B93D60 Rouge

📋 copy color: '#B93D60'

red 185 ◦ green 61 ◦ blue 96

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

Shades of Rouge #B93D60

Tints of Rouge #B93D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 54.09%
G = 17.84%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B93D60 (or 0xB93D60) is known color: Rouge. HEX triplet: B9, 3D and 60. RGB value is (185,61,96). Sum of RGB (Red+Green+Blue) = 185+61+96=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D60 is #46C29F. Grayscale: #666666. Windows color (decimal): -4637344 or 6307257. OLE color: 6307257.

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

Color convert

RGB 185 61 96 -
CMYK 0 0.67 0.48 0.27
HSL 343.06º 0.5% 0.48% -
HSV(B) 343.06º 0.67% 0.73% -
XYZ 23.79 14.5 12.61 -
YUV 102.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 185 61 96 0 0.67 0.48 0.27 343.06 0.5 0.48
Hex B9 3D 60 0 43 30 1B 157 32 30
Octal 271 75 140 0 103 60 33 527 62 60
Binary 10111001 111101 1100000 0 1000011 110000 11011 101010111 110010 110000

Color Harmonies of #B93D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D60

Black with #B93D60

Text Example


Text Example

White with #B93D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D60; }

 p { color: rgb(185,61,96); }

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

background-color css

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

 a { background-color: rgb(185,61,96); }

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

border-color css

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

 span { border-color: rgb(185,61,96); }

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