Html Css Color HEX #B53766 Rouge

📋 copy color: '#B53766'

red 181 ◦ green 55 ◦ blue 102

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

Shades of Rouge #B53766

Tints of Rouge #B53766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 53.55%
G = 16.27%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53766 (or 0xB53766) is known color: Rouge. HEX triplet: B5, 37 and 66. RGB value is (181,55,102). Sum of RGB (Red+Green+Blue) = 181+55+102=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B53766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53766 is #4AC899. Grayscale: #616161. Windows color (decimal): -4901018 or 6698933. OLE color: 6698933.

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

Color convert

RGB 181 55 102 -
CMYK 0 0.70 0.44 0.29
HSL 337.62º 0.53% 0.46% -
HSV(B) 337.62º 0.7% 0.71% -
XYZ 22.82 13.52 13.98 -
YUV 98.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 181 55 102 0 0.70 0.44 0.29 337.62 0.53 0.46
Hex B5 37 66 0 46 2C 1D 152 35 2E
Octal 265 67 146 0 106 54 35 522 65 56
Binary 10110101 110111 1100110 0 1000110 101100 11101 101010010 110101 101110

Color Harmonies of #B53766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53766

Black with #B53766

Text Example


Text Example

White with #B53766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53766; }

 p { color: rgb(181,55,102); }

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

background-color css

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

 a { background-color: rgb(181,55,102); }

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

border-color css

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

 span { border-color: rgb(181,55,102); }

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