Html Css Color HEX #B13F60 Rouge

📋 copy color: '#B13F60'

red 177 ◦ green 63 ◦ blue 96

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

Shades of Rouge #B13F60

Tints of Rouge #B13F60

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 52.68%
G = 18.75%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B13F60 (or 0xB13F60) is known color: Rouge. HEX triplet: B1, 3F and 60. RGB value is (177,63,96). Sum of RGB (Red+Green+Blue) = 177+63+96=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F60 is #4EC09F. Grayscale: #646464. Windows color (decimal): -5161120 or 6307761. OLE color: 6307761.

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

Color convert

RGB 177 63 96 -
CMYK 0 0.64 0.46 0.31
HSL 342.63º 0.48% 0.47% -
HSV(B) 342.63º 0.64% 0.69% -
XYZ 22.02 13.75 12.56 -
YUV 100.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 177 63 96 0 0.64 0.46 0.31 342.63 0.48 0.47
Hex B1 3F 60 0 40 2E 1F 157 30 2F
Octal 261 77 140 0 100 56 37 527 60 57
Binary 10110001 111111 1100000 0 1000000 101110 11111 101010111 110000 101111

Color Harmonies of #B13F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F60

Black with #B13F60

Text Example


Text Example

White with #B13F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F60; }

 p { color: rgb(177,63,96); }

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

background-color css

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

 a { background-color: rgb(177,63,96); }

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

border-color css

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

 span { border-color: rgb(177,63,96); }

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