Html Css Color HEX #B52D6A Rouge

📋 copy color: '#B52D6A'

red 181 ◦ green 45 ◦ blue 106

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

Shades of Rouge #B52D6A

Tints of Rouge #B52D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 54.52%
G = 13.55%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B52D6A (or 0xB52D6A) is known color: Rouge. HEX triplet: B5, 2D and 6A. RGB value is (181,45,106). Sum of RGB (Red+Green+Blue) = 181+45+106=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D6A is #4AD295. Grayscale: #5C5C5C. Windows color (decimal): -4903574 or 6958517. OLE color: 6958517.

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

Color convert

RGB 181 45 106 -
CMYK 0 0.75 0.41 0.29
HSL 333.09º 0.6% 0.44% -
HSV(B) 333.09º 0.75% 0.71% -
XYZ 22.6 12.74 14.9 -
YUV 92.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 181 45 106 0 0.75 0.41 0.29 333.09 0.6 0.44
Hex B5 2D 6A 0 4B 29 1D 14D 3C 2C
Octal 265 55 152 0 113 51 35 515 74 54
Binary 10110101 101101 1101010 0 1001011 101001 11101 101001101 111100 101100

Color Harmonies of #B52D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D6A

Black with #B52D6A

Text Example


Text Example

White with #B52D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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