Html Css Color HEX #B53266 Rouge

📋 copy color: '#B53266'

red 181 ◦ green 50 ◦ blue 102

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

Shades of Rouge #B53266

Tints of Rouge #B53266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 54.35%
G = 15.02%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53266 (or 0xB53266) is known color: Rouge. HEX triplet: B5, 32 and 66. RGB value is (181,50,102). Sum of RGB (Red+Green+Blue) = 181+50+102=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53266 is #4ACD99. Grayscale: #5F5F5F. Windows color (decimal): -4902298 or 6697653. OLE color: 6697653.

HSL color Cylindrical-coordinate representation of color #B53266: hue angle of 336.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53266 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 102 -
CMYK 0 0.72 0.44 0.29
HSL 336.18º 0.57% 0.45% -
HSV(B) 336.18º 0.72% 0.71% -
XYZ 22.59 13.06 13.9 -
YUV 95.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 181 50 102 0 0.72 0.44 0.29 336.18 0.57 0.45
Hex B5 32 66 0 48 2C 1D 150 39 2D
Octal 265 62 146 0 110 54 35 520 71 55
Binary 10110101 110010 1100110 0 1001000 101100 11101 101010000 111001 101101

Color Harmonies of #B53266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53266

Black with #B53266

Text Example


Text Example

White with #B53266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53266; }

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

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

background-color css

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

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

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

border-color css

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

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

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