Html Css Color HEX #B93B5D Rouge

📋 copy color: '#B93B5D'

red 185 ◦ green 59 ◦ blue 93

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

Shades of Rouge #B93B5D

Tints of Rouge #B93B5D

RGB

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

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

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

R = 54.9%
G = 17.51%
B = 27.6%

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

#B93B5D (or 0xB93B5D) is known color: Rouge. HEX triplet: B9, 3B and 5D. RGB value is (185,59,93). Sum of RGB (Red+Green+Blue) = 185+59+93=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B5D is #46C4A2. Grayscale: #646464. Windows color (decimal): -4637859 or 6110137. OLE color: 6110137.

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

Color convert

RGB 185 59 93 -
CMYK 0 0.68 0.50 0.27
HSL 343.81º 0.52% 0.48% -
HSV(B) 343.81º 0.68% 0.73% -
XYZ 23.55 14.23 11.86 -
YUV 100.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 185 59 93 0 0.68 0.50 0.27 343.81 0.52 0.48
Hex B9 3B 5D 0 44 32 1B 158 34 30
Octal 271 73 135 0 104 62 33 530 64 60
Binary 10111001 111011 1011101 0 1000100 110010 11011 101011000 110100 110000

Color Harmonies of #B93B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B5D

Black with #B93B5D

Text Example


Text Example

White with #B93B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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