Html Css Color HEX #B53265 Rouge

📋 copy color: '#B53265'

red 181 ◦ green 50 ◦ blue 101

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

Shades of Rouge #B53265

Tints of Rouge #B53265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 54.52%
G = 15.06%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53265 (or 0xB53265) is known color: Rouge. HEX triplet: B5, 32 and 65. RGB value is (181,50,101). Sum of RGB (Red+Green+Blue) = 181+50+101=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53265 is #4ACD9A. Grayscale: #5E5E5E. Windows color (decimal): -4902299 or 6632117. OLE color: 6632117.

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

Color convert

RGB 181 50 101 -
CMYK 0 0.72 0.44 0.29
HSL 336.64º 0.57% 0.45% -
HSV(B) 336.64º 0.72% 0.71% -
XYZ 22.55 13.04 13.64 -
YUV 94.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 181 50 101 0 0.72 0.44 0.29 336.64 0.57 0.45
Hex B5 32 65 0 48 2C 1D 151 39 2D
Octal 265 62 145 0 110 54 35 521 71 55
Binary 10110101 110010 1100101 0 1001000 101100 11101 101010001 111001 101101

Color Harmonies of #B53265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53265

Black with #B53265

Text Example


Text Example

White with #B53265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53265; }

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

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

background-color css

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

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

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

border-color css

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

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

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