Html Css Color HEX #B53460 Rouge

📋 copy color: '#B53460'

red 181 ◦ green 52 ◦ blue 96

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

Shades of Rouge #B53460

Tints of Rouge #B53460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 55.02%
G = 15.81%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B53460 (or 0xB53460) is known color: Rouge. HEX triplet: B5, 34 and 60. RGB value is (181,52,96). Sum of RGB (Red+Green+Blue) = 181+52+96=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B53460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53460 is #4ACB9F. Grayscale: #5F5F5F. Windows color (decimal): -4901792 or 6304949. OLE color: 6304949.

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

Color convert

RGB 181 52 96 -
CMYK 0 0.71 0.47 0.29
HSL 339.53º 0.55% 0.46% -
HSV(B) 339.53º 0.71% 0.71% -
XYZ 22.4 13.12 12.42 -
YUV 95.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 181 52 96 0 0.71 0.47 0.29 339.53 0.55 0.46
Hex B5 34 60 0 47 2F 1D 154 37 2E
Octal 265 64 140 0 107 57 35 524 67 56
Binary 10110101 110100 1100000 0 1000111 101111 11101 101010100 110111 101110

Color Harmonies of #B53460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53460

Black with #B53460

Text Example


Text Example

White with #B53460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53460; }

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

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

background-color css

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

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

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

border-color css

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

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

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