Html Css Color HEX #B5346D Rouge

📋 copy color: '#B5346D'

red 181 ◦ green 52 ◦ blue 109

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

Shades of Rouge #B5346D

Tints of Rouge #B5346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 52.92%
G = 15.2%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5346D (or 0xB5346D) is known color: Rouge. HEX triplet: B5, 34 and 6D. RGB value is (181,52,109). Sum of RGB (Red+Green+Blue) = 181+52+109=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346D is #4ACB92. Grayscale: #606060. Windows color (decimal): -4901779 or 7156917. OLE color: 7156917.

HSL color Cylindrical-coordinate representation of color #B5346D: hue angle of 333.49º 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 #B5346D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 109 -
CMYK 0 0.71 0.40 0.29
HSL 333.49º 0.55% 0.46% -
HSV(B) 333.49º 0.71% 0.71% -
XYZ 23.04 13.38 15.84 -
YUV 97.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 181 52 109 0 0.71 0.40 0.29 333.49 0.55 0.46
Hex B5 34 6D 0 47 28 1D 14D 37 2E
Octal 265 64 155 0 107 50 35 515 67 56
Binary 10110101 110100 1101101 0 1000111 101000 11101 101001101 110111 101110

Color Harmonies of #B5346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5346D

Black with #B5346D

Text Example


Text Example

White with #B5346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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