Html Css Color HEX #B93B5E Rouge

📋 copy color: '#B93B5E'

red 185 ◦ green 59 ◦ blue 94

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

Shades of Rouge #B93B5E

Tints of Rouge #B93B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 54.73%
G = 17.46%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B93B5E (or 0xB93B5E) is known color: Rouge. HEX triplet: B9, 3B and 5E. RGB value is (185,59,94). Sum of RGB (Red+Green+Blue) = 185+59+94=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B5E is #46C4A1. Grayscale: #646464. Windows color (decimal): -4637858 or 6175673. OLE color: 6175673.

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

Color convert

RGB 185 59 94 -
CMYK 0 0.68 0.49 0.27
HSL 343.33º 0.52% 0.48% -
HSV(B) 343.33º 0.68% 0.73% -
XYZ 23.59 14.25 12.1 -
YUV 100.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 185 59 94 0 0.68 0.49 0.27 343.33 0.52 0.48
Hex B9 3B 5E 0 44 31 1B 157 34 30
Octal 271 73 136 0 104 61 33 527 64 60
Binary 10111001 111011 1011110 0 1000100 110001 11011 101010111 110100 110000

Color Harmonies of #B93B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B5E

Black with #B93B5E

Text Example


Text Example

White with #B93B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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