Html Css Color HEX #B13964 Rouge

📋 copy color: '#B13964'

red 177 ◦ green 57 ◦ blue 100

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

Shades of Rouge #B13964

Tints of Rouge #B13964

RGB

 RED value IS 177 (69.53% from 255) = 52.99%

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

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

R = 52.99%
G = 17.07%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B13964 (or 0xB13964) is known color: Rouge. HEX triplet: B1, 39 and 64. RGB value is (177,57,100). Sum of RGB (Red+Green+Blue) = 177+57+100=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13964 is #4EC69B. Grayscale: #616161. Windows color (decimal): -5162652 or 6568369. OLE color: 6568369.

HSL color Cylindrical-coordinate representation of color #B13964: hue angle of 338.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13964 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 100 -
CMYK 0 0.68 0.44 0.31
HSL 338.5º 0.51% 0.46% -
HSV(B) 338.5º 0.68% 0.69% -
XYZ 21.89 13.19 13.45 -
YUV 97.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 177 57 100 0 0.68 0.44 0.31 338.5 0.51 0.46
Hex B1 39 64 0 44 2C 1F 152 33 2E
Octal 261 71 144 0 104 54 37 522 63 56
Binary 10110001 111001 1100100 0 1000100 101100 11111 101010010 110011 101110

Color Harmonies of #B13964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13964

Black with #B13964

Text Example


Text Example

White with #B13964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13964; }

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

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

background-color css

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

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

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

border-color css

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

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

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