Html Css Color HEX #B52A6A Rouge

📋 copy color: '#B52A6A'

red 181 ◦ green 42 ◦ blue 106

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

Shades of Rouge #B52A6A

Tints of Rouge #B52A6A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 55.02%
G = 12.77%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B52A6A (or 0xB52A6A) is known color: Rouge. HEX triplet: B5, 2A and 6A. RGB value is (181,42,106). Sum of RGB (Red+Green+Blue) = 181+42+106=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A6A is #4AD595. Grayscale: #5A5A5A. Windows color (decimal): -4904342 or 6957749. OLE color: 6957749.

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

Color convert

RGB 181 42 106 -
CMYK 0 0.77 0.41 0.29
HSL 332.37º 0.62% 0.44% -
HSV(B) 332.37º 0.77% 0.71% -
XYZ 22.49 12.52 14.87 -
YUV 90.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 181 42 106 0 0.77 0.41 0.29 332.37 0.62 0.44
Hex B5 2A 6A 0 4D 29 1D 14C 3E 2C
Octal 265 52 152 0 115 51 35 514 76 54
Binary 10110101 101010 1101010 0 1001101 101001 11101 101001100 111110 101100

Color Harmonies of #B52A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A6A

Black with #B52A6A

Text Example


Text Example

White with #B52A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A6A; }

 p { color: rgb(181,42,106); }

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

background-color css

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

 a { background-color: rgb(181,42,106); }

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

border-color css

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

 span { border-color: rgb(181,42,106); }

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