Html Css Color HEX #B53665 Rouge

📋 copy color: '#B53665'

red 181 ◦ green 54 ◦ blue 101

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

Shades of Rouge #B53665

Tints of Rouge #B53665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 53.87%
G = 16.07%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53665 (or 0xB53665) is known color: Rouge. HEX triplet: B5, 36 and 65. RGB value is (181,54,101). Sum of RGB (Red+Green+Blue) = 181+54+101=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B53665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53665 is #4AC99A. Grayscale: #616161. Windows color (decimal): -4901275 or 6633141. OLE color: 6633141.

HSL color Cylindrical-coordinate representation of color #B53665: hue angle of 337.8º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53665 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 101 -
CMYK 0 0.70 0.44 0.29
HSL 337.8º 0.54% 0.46% -
HSV(B) 337.8º 0.7% 0.71% -
XYZ 22.72 13.4 13.7 -
YUV 97.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 181 54 101 0 0.70 0.44 0.29 337.8 0.54 0.46
Hex B5 36 65 0 46 2C 1D 152 36 2E
Octal 265 66 145 0 106 54 35 522 66 56
Binary 10110101 110110 1100101 0 1000110 101100 11101 101010010 110110 101110

Color Harmonies of #B53665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53665

Black with #B53665

Text Example


Text Example

White with #B53665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53665; }

 p { color: rgb(181,54,101); }

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

background-color css

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

 a { background-color: rgb(181,54,101); }

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

border-color css

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

 span { border-color: rgb(181,54,101); }

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