Html Css Color HEX #B53A6C Rouge

📋 copy color: '#B53A6C'

red 181 ◦ green 58 ◦ blue 108

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

Shades of Rouge #B53A6C

Tints of Rouge #B53A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 52.16%
G = 16.71%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B53A6C (or 0xB53A6C) is known color: Rouge. HEX triplet: B5, 3A and 6C. RGB value is (181,58,108). Sum of RGB (Red+Green+Blue) = 181+58+108=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A6C is #4AC593. Grayscale: #646464. Windows color (decimal): -4900244 or 7092917. OLE color: 7092917.

HSL color Cylindrical-coordinate representation of color #B53A6C: hue angle of 335.61º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A6C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 58 108 -
CMYK 0 0.68 0.40 0.29
HSL 335.61º 0.51% 0.47% -
HSV(B) 335.61º 0.68% 0.71% -
XYZ 23.28 13.93 15.65 -
YUV 100.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 181 58 108 0 0.68 0.40 0.29 335.61 0.51 0.47
Hex B5 3A 6C 0 44 28 1D 150 33 2F
Octal 265 72 154 0 104 50 35 520 63 57
Binary 10110101 111010 1101100 0 1000100 101000 11101 101010000 110011 101111

Color Harmonies of #B53A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A6C

Black with #B53A6C

Text Example


Text Example

White with #B53A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A6C; }

 p { color: rgb(181,58,108); }

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

background-color css

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

 a { background-color: rgb(181,58,108); }

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

border-color css

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

 span { border-color: rgb(181,58,108); }

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