Html Css Color HEX #B53E6B Rouge

📋 copy color: '#B53E6B'

red 181 ◦ green 62 ◦ blue 107

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

Shades of Rouge #B53E6B

Tints of Rouge #B53E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 51.71%
G = 17.71%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B53E6B (or 0xB53E6B) is known color: Rouge. HEX triplet: B5, 3E and 6B. RGB value is (181,62,107). Sum of RGB (Red+Green+Blue) = 181+62+107=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E6B is #4AC194. Grayscale: #666666. Windows color (decimal): -4899221 or 7028405. OLE color: 7028405.

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

Color convert

RGB 181 62 107 -
CMYK 0 0.66 0.41 0.29
HSL 337.31º 0.49% 0.48% -
HSV(B) 337.31º 0.66% 0.71% -
XYZ 23.43 14.33 15.44 -
YUV 102.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 181 62 107 0 0.66 0.41 0.29 337.31 0.49 0.48
Hex B5 3E 6B 0 42 29 1D 151 31 30
Octal 265 76 153 0 102 51 35 521 61 60
Binary 10110101 111110 1101011 0 1000010 101001 11101 101010001 110001 110000

Color Harmonies of #B53E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E6B

Black with #B53E6B

Text Example


Text Example

White with #B53E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E6B; }

 p { color: rgb(181,62,107); }

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

background-color css

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

 a { background-color: rgb(181,62,107); }

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

border-color css

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

 span { border-color: rgb(181,62,107); }

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