Html Css Color HEX #B13D6D Rouge

📋 copy color: '#B13D6D'

red 177 ◦ green 61 ◦ blue 109

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

Shades of Rouge #B13D6D

Tints of Rouge #B13D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 51.01%
G = 17.58%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B13D6D (or 0xB13D6D) is known color: Rouge. HEX triplet: B1, 3D and 6D. RGB value is (177,61,109). Sum of RGB (Red+Green+Blue) = 177+61+109=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D6D is #4EC292. Grayscale: #656565. Windows color (decimal): -5161619 or 7159217. OLE color: 7159217.

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

Color convert

RGB 177 61 109 -
CMYK 0 0.66 0.38 0.31
HSL 335.17º 0.49% 0.47% -
HSV(B) 335.17º 0.66% 0.69% -
XYZ 22.56 13.79 15.94 -
YUV 101.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 177 61 109 0 0.66 0.38 0.31 335.17 0.49 0.47
Hex B1 3D 6D 0 42 26 1F 14F 31 2F
Octal 261 75 155 0 102 46 37 517 61 57
Binary 10110001 111101 1101101 0 1000010 100110 11111 101001111 110001 101111

Color Harmonies of #B13D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D6D

Black with #B13D6D

Text Example


Text Example

White with #B13D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D6D; }

 p { color: rgb(177,61,109); }

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

background-color css

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

 a { background-color: rgb(177,61,109); }

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

border-color css

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

 span { border-color: rgb(177,61,109); }

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