Html Css Color HEX #B52566 Rouge

📋 copy color: '#B52566'

red 181 ◦ green 37 ◦ blue 102

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

Shades of Rouge #B52566

Tints of Rouge #B52566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 56.56%
G = 11.56%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52566 (or 0xB52566) is known color: Rouge. HEX triplet: B5, 25 and 66. RGB value is (181,37,102). Sum of RGB (Red+Green+Blue) = 181+37+102=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52566 is #4ADA99. Grayscale: #575757. Windows color (decimal): -4905626 or 6694325. OLE color: 6694325.

HSL color Cylindrical-coordinate representation of color #B52566: hue angle of 332.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52566 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 102 -
CMYK 0 0.80 0.44 0.29
HSL 332.92º 0.66% 0.43% -
HSV(B) 332.92º 0.8% 0.71% -
XYZ 22.12 12.11 13.74 -
YUV 87.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 181 37 102 0 0.80 0.44 0.29 332.92 0.66 0.43
Hex B5 25 66 0 50 2C 1D 14D 42 2B
Octal 265 45 146 0 120 54 35 515 102 53
Binary 10110101 100101 1100110 0 1010000 101100 11101 101001101 1000010 101011

Color Harmonies of #B52566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52566

Black with #B52566

Text Example


Text Example

White with #B52566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52566; }

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

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

background-color css

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

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

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

border-color css

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

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

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