Html Css Color HEX #B5346A Rouge

📋 copy color: '#B5346A'

red 181 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B5346A

Tints of Rouge #B5346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 53.39%
G = 15.34%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5346A (or 0xB5346A) is known color: Rouge. HEX triplet: B5, 34 and 6A. RGB value is (181,52,106). Sum of RGB (Red+Green+Blue) = 181+52+106=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5346A is #4ACB95. Grayscale: #606060. Windows color (decimal): -4901782 or 6960309. OLE color: 6960309.

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

Color convert

RGB 181 52 106 -
CMYK 0 0.71 0.41 0.29
HSL 334.88º 0.55% 0.46% -
HSV(B) 334.88º 0.71% 0.71% -
XYZ 22.89 13.32 15 -
YUV 96.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 181 52 106 0 0.71 0.41 0.29 334.88 0.55 0.46
Hex B5 34 6A 0 47 29 1D 14F 37 2E
Octal 265 64 152 0 107 51 35 517 67 56
Binary 10110101 110100 1101010 0 1000111 101001 11101 101001111 110111 101110

Color Harmonies of #B5346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5346A

Black with #B5346A

Text Example


Text Example

White with #B5346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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