Html Css Color HEX #B5346F Rouge

📋 copy color: '#B5346F'

red 181 ◦ green 52 ◦ blue 111

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

Shades of Rouge #B5346F

Tints of Rouge #B5346F

RGB

 RED value IS 181 (71.09% from 255) = 52.62%

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 52.62%
G = 15.12%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5346F (or 0xB5346F) is known color: Rouge. HEX triplet: B5, 34 and 6F. RGB value is (181,52,111). Sum of RGB (Red+Green+Blue) = 181+52+111=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346F is #4ACB90. Grayscale: #616161. Windows color (decimal): -4901777 or 7287989. OLE color: 7287989.

HSL color Cylindrical-coordinate representation of color #B5346F: hue angle of 332.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5346F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 111 -
CMYK 0 0.71 0.39 0.29
HSL 332.56º 0.55% 0.46% -
HSV(B) 332.56º 0.71% 0.71% -
XYZ 23.15 13.43 16.41 -
YUV 97.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 181 52 111 0 0.71 0.39 0.29 332.56 0.55 0.46
Hex B5 34 6F 0 47 27 1D 14D 37 2E
Octal 265 64 157 0 107 47 35 515 67 56
Binary 10110101 110100 1101111 0 1000111 100111 11101 101001101 110111 101110

Color Harmonies of #B5346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5346F

Black with #B5346F

Text Example


Text Example

White with #B5346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5346F; }

 p { color: rgb(181,52,111); }

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

background-color css

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

 a { background-color: rgb(181,52,111); }

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

border-color css

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

 span { border-color: rgb(181,52,111); }

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