Html Css Color HEX #B13F6B Rouge

📋 copy color: '#B13F6B'

red 177 ◦ green 63 ◦ blue 107

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

Shades of Rouge #B13F6B

Tints of Rouge #B13F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 51.01%
G = 18.16%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B13F6B (or 0xB13F6B) is known color: Rouge. HEX triplet: B1, 3F and 6B. RGB value is (177,63,107). Sum of RGB (Red+Green+Blue) = 177+63+107=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F6B is #4EC094. Grayscale: #666666. Windows color (decimal): -5161109 or 7028657. OLE color: 7028657.

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

Color convert

RGB 177 63 107 -
CMYK 0 0.64 0.40 0.31
HSL 336.84º 0.48% 0.47% -
HSV(B) 336.84º 0.64% 0.69% -
XYZ 22.56 13.96 15.42 -
YUV 102.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 177 63 107 0 0.64 0.40 0.31 336.84 0.48 0.47
Hex B1 3F 6B 0 40 28 1F 151 30 2F
Octal 261 77 153 0 100 50 37 521 60 57
Binary 10110001 111111 1101011 0 1000000 101000 11111 101010001 110000 101111

Color Harmonies of #B13F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F6B

Black with #B13F6B

Text Example


Text Example

White with #B13F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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