Html Css Color HEX #B13F64 Rouge

📋 copy color: '#B13F64'

red 177 ◦ green 63 ◦ blue 100

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

Shades of Rouge #B13F64

Tints of Rouge #B13F64

RGB

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

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

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

R = 52.06%
G = 18.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B13F64 (or 0xB13F64) is known color: Rouge. HEX triplet: B1, 3F and 64. RGB value is (177,63,100). Sum of RGB (Red+Green+Blue) = 177+63+100=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F64 is #4EC09B. Grayscale: #656565. Windows color (decimal): -5161116 or 6569905. OLE color: 6569905.

HSL color Cylindrical-coordinate representation of color #B13F64: hue angle of 340.53º 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 #B13F64 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 100 -
CMYK 0 0.64 0.44 0.31
HSL 340.53º 0.48% 0.47% -
HSV(B) 340.53º 0.64% 0.69% -
XYZ 22.21 13.82 13.55 -
YUV 101.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 177 63 100 0 0.64 0.44 0.31 340.53 0.48 0.47
Hex B1 3F 64 0 40 2C 1F 155 30 2F
Octal 261 77 144 0 100 54 37 525 60 57
Binary 10110001 111111 1100100 0 1000000 101100 11111 101010101 110000 101111

Color Harmonies of #B13F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F64

Black with #B13F64

Text Example


Text Example

White with #B13F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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