Html Css Color HEX #B52E66 Rouge

📋 copy color: '#B52E66'

red 181 ◦ green 46 ◦ blue 102

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

Shades of Rouge #B52E66

Tints of Rouge #B52E66

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

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

R = 55.02%
G = 13.98%
B = 31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52E66 (or 0xB52E66) is known color: Rouge. HEX triplet: B5, 2E and 66. RGB value is (181,46,102). Sum of RGB (Red+Green+Blue) = 181+46+102=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E66 is #4AD199. Grayscale: #5C5C5C. Windows color (decimal): -4903322 or 6696629. OLE color: 6696629.

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

Color convert

RGB 181 46 102 -
CMYK 0 0.75 0.44 0.29
HSL 335.11º 0.59% 0.45% -
HSV(B) 335.11º 0.75% 0.71% -
XYZ 22.43 12.74 13.85 -
YUV 92.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 181 46 102 0 0.75 0.44 0.29 335.11 0.59 0.45
Hex B5 2E 66 0 4B 2C 1D 14F 3B 2D
Octal 265 56 146 0 113 54 35 517 73 55
Binary 10110101 101110 1100110 0 1001011 101100 11101 101001111 111011 101101

Color Harmonies of #B52E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E66

Black with #B52E66

Text Example


Text Example

White with #B52E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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