Html Css Color HEX #B53964 Rouge

📋 copy color: '#B53964'

red 181 ◦ green 57 ◦ blue 100

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

Shades of Rouge #B53964

Tints of Rouge #B53964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 53.55%
G = 16.86%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53964 (or 0xB53964) is known color: Rouge. HEX triplet: B5, 39 and 64. RGB value is (181,57,100). Sum of RGB (Red+Green+Blue) = 181+57+100=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B53964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53964 is #4AC69B. Grayscale: #626262. Windows color (decimal): -4900508 or 6568373. OLE color: 6568373.

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

Color convert

RGB 181 57 100 -
CMYK 0 0.69 0.45 0.29
HSL 339.19º 0.52% 0.47% -
HSV(B) 339.19º 0.69% 0.71% -
XYZ 22.82 13.67 13.49 -
YUV 98.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 181 57 100 0 0.69 0.45 0.29 339.19 0.52 0.47
Hex B5 39 64 0 45 2D 1D 153 34 2F
Octal 265 71 144 0 105 55 35 523 64 57
Binary 10110101 111001 1100100 0 1000101 101101 11101 101010011 110100 101111

Color Harmonies of #B53964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53964

Black with #B53964

Text Example


Text Example

White with #B53964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53964; }

 p { color: rgb(181,57,100); }

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

background-color css

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

 a { background-color: rgb(181,57,100); }

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

border-color css

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

 span { border-color: rgb(181,57,100); }

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