Html Css Color HEX #B93F5F Rouge

📋 copy color: '#B93F5F'

red 185 ◦ green 63 ◦ blue 95

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

Shades of Rouge #B93F5F

Tints of Rouge #B93F5F

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 53.94%
G = 18.37%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B93F5F (or 0xB93F5F) is known color: Rouge. HEX triplet: B9, 3F and 5F. RGB value is (185,63,95). Sum of RGB (Red+Green+Blue) = 185+63+95=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F5F is #46C0A0. Grayscale: #676767. Windows color (decimal): -4636833 or 6242233. OLE color: 6242233.

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

Color convert

RGB 185 63 95 -
CMYK 0 0.66 0.49 0.27
HSL 344.26º 0.49% 0.49% -
HSV(B) 344.26º 0.66% 0.73% -
XYZ 23.85 14.7 12.41 -
YUV 103.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 185 63 95 0 0.66 0.49 0.27 344.26 0.49 0.49
Hex B9 3F 5F 0 42 31 1B 158 31 31
Octal 271 77 137 0 102 61 33 530 61 61
Binary 10111001 111111 1011111 0 1000010 110001 11011 101011000 110001 110001

Color Harmonies of #B93F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F5F

Black with #B93F5F

Text Example


Text Example

White with #B93F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F5F; }

 p { color: rgb(185,63,95); }

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

background-color css

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

 a { background-color: rgb(185,63,95); }

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

border-color css

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

 span { border-color: rgb(185,63,95); }

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