Html Css Color HEX #B52E68 Rouge

📋 copy color: '#B52E68'

red 181 ◦ green 46 ◦ blue 104

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

Shades of Rouge #B52E68

Tints of Rouge #B52E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 54.68%
G = 13.9%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B52E68 (or 0xB52E68) is known color: Rouge. HEX triplet: B5, 2E and 68. RGB value is (181,46,104). Sum of RGB (Red+Green+Blue) = 181+46+104=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E68 is #4AD197. Grayscale: #5C5C5C. Windows color (decimal): -4903320 or 6827701. OLE color: 6827701.

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

Color convert

RGB 181 46 104 -
CMYK 0 0.75 0.43 0.29
HSL 334.22º 0.59% 0.45% -
HSV(B) 334.22º 0.75% 0.71% -
XYZ 22.53 12.78 14.38 -
YUV 92.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 181 46 104 0 0.75 0.43 0.29 334.22 0.59 0.45
Hex B5 2E 68 0 4B 2B 1D 14E 3B 2D
Octal 265 56 150 0 113 53 35 516 73 55
Binary 10110101 101110 1101000 0 1001011 101011 11101 101001110 111011 101101

Color Harmonies of #B52E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E68

Black with #B52E68

Text Example


Text Example

White with #B52E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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