Html Css Color HEX #B53A6A Rouge

📋 copy color: '#B53A6A'

red 181 ◦ green 58 ◦ blue 106

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

Shades of Rouge #B53A6A

Tints of Rouge #B53A6A

RGB

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

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

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

R = 52.46%
G = 16.81%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B53A6A (or 0xB53A6A) is known color: Rouge. HEX triplet: B5, 3A and 6A. RGB value is (181,58,106). Sum of RGB (Red+Green+Blue) = 181+58+106=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A6A is #4AC595. Grayscale: #646464. Windows color (decimal): -4900246 or 6961845. OLE color: 6961845.

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

Color convert

RGB 181 58 106 -
CMYK 0 0.68 0.41 0.29
HSL 336.59º 0.51% 0.47% -
HSV(B) 336.59º 0.68% 0.71% -
XYZ 23.17 13.89 15.1 -
YUV 100.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 181 58 106 0 0.68 0.41 0.29 336.59 0.51 0.47
Hex B5 3A 6A 0 44 29 1D 151 33 2F
Octal 265 72 152 0 104 51 35 521 63 57
Binary 10110101 111010 1101010 0 1000100 101001 11101 101010001 110011 101111

Color Harmonies of #B53A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A6A

Black with #B53A6A

Text Example


Text Example

White with #B53A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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