Html Css Color HEX #B53470 Rouge

📋 copy color: '#B53470'

red 181 ◦ green 52 ◦ blue 112

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

Shades of Rouge #B53470

Tints of Rouge #B53470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 52.46%
G = 15.07%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53470 (or 0xB53470) is known color: Rouge. HEX triplet: B5, 34 and 70. RGB value is (181,52,112). Sum of RGB (Red+Green+Blue) = 181+52+112=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53470 is #4ACB8F. Grayscale: #616161. Windows color (decimal): -4901776 or 7353525. OLE color: 7353525.

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

Color convert

RGB 181 52 112 -
CMYK 0 0.71 0.38 0.29
HSL 332.09º 0.55% 0.46% -
HSV(B) 332.09º 0.71% 0.71% -
XYZ 23.21 13.45 16.7 -
YUV 97.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 181 52 112 0 0.71 0.38 0.29 332.09 0.55 0.46
Hex B5 34 70 0 47 26 1D 14C 37 2E
Octal 265 64 160 0 107 46 35 514 67 56
Binary 10110101 110100 1110000 0 1000111 100110 11101 101001100 110111 101110

Color Harmonies of #B53470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53470

Black with #B53470

Text Example


Text Example

White with #B53470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53470; }

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

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

background-color css

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

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

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

border-color css

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

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

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