Html Css Color HEX #B93C5D Rouge

📋 copy color: '#B93C5D'

red 185 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B93C5D

Tints of Rouge #B93C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 54.73%
G = 17.75%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B93C5D (or 0xB93C5D) is known color: Rouge. HEX triplet: B9, 3C and 5D. RGB value is (185,60,93). Sum of RGB (Red+Green+Blue) = 185+60+93=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C5D is #46C3A2. Grayscale: #656565. Windows color (decimal): -4637603 or 6110393. OLE color: 6110393.

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

Color convert

RGB 185 60 93 -
CMYK 0 0.68 0.50 0.27
HSL 344.16º 0.51% 0.48% -
HSV(B) 344.16º 0.68% 0.73% -
XYZ 23.6 14.34 11.88 -
YUV 101.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 185 60 93 0 0.68 0.50 0.27 344.16 0.51 0.48
Hex B9 3C 5D 0 44 32 1B 158 33 30
Octal 271 74 135 0 104 62 33 530 63 60
Binary 10111001 111100 1011101 0 1000100 110010 11011 101011000 110011 110000

Color Harmonies of #B93C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C5D

Black with #B93C5D

Text Example


Text Example

White with #B93C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C5D; }

 p { color: rgb(185,60,93); }

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

background-color css

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

 a { background-color: rgb(185,60,93); }

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

border-color css

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

 span { border-color: rgb(185,60,93); }

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