Html Css Color HEX #B93B5F Rouge

📋 copy color: '#B93B5F'

red 185 ◦ green 59 ◦ blue 95

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

Shades of Rouge #B93B5F

Tints of Rouge #B93B5F

RGB

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

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

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

R = 54.57%
G = 17.4%
B = 28.02%

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

#B93B5F (or 0xB93B5F) is known color: Rouge. HEX triplet: B9, 3B and 5F. RGB value is (185,59,95). Sum of RGB (Red+Green+Blue) = 185+59+95=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B5F is #46C4A0. Grayscale: #646464. Windows color (decimal): -4637857 or 6241209. OLE color: 6241209.

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

Color convert

RGB 185 59 95 -
CMYK 0 0.68 0.49 0.27
HSL 342.86º 0.52% 0.48% -
HSV(B) 342.86º 0.68% 0.73% -
XYZ 23.64 14.27 12.33 -
YUV 100.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 185 59 95 0 0.68 0.49 0.27 342.86 0.52 0.48
Hex B9 3B 5F 0 44 31 1B 157 34 30
Octal 271 73 137 0 104 61 33 527 64 60
Binary 10111001 111011 1011111 0 1000100 110001 11011 101010111 110100 110000

Color Harmonies of #B93B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B5F

Black with #B93B5F

Text Example


Text Example

White with #B93B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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