Html Css Color HEX #B13A6D Rouge

📋 copy color: '#B13A6D'

red 177 ◦ green 58 ◦ blue 109

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

Shades of Rouge #B13A6D

Tints of Rouge #B13A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

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

R = 51.45%
G = 16.86%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B13A6D (or 0xB13A6D) is known color: Rouge. HEX triplet: B1, 3A and 6D. RGB value is (177,58,109). Sum of RGB (Red+Green+Blue) = 177+58+109=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6D is #4EC592. Grayscale: #636363. Windows color (decimal): -5162387 or 7158449. OLE color: 7158449.

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

Color convert

RGB 177 58 109 -
CMYK 0 0.67 0.38 0.31
HSL 334.29º 0.51% 0.46% -
HSV(B) 334.29º 0.67% 0.69% -
XYZ 22.4 13.48 15.89 -
YUV 99.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 177 58 109 0 0.67 0.38 0.31 334.29 0.51 0.46
Hex B1 3A 6D 0 43 26 1F 14E 33 2E
Octal 261 72 155 0 103 46 37 516 63 56
Binary 10110001 111010 1101101 0 1000011 100110 11111 101001110 110011 101110

Color Harmonies of #B13A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A6D

Black with #B13A6D

Text Example


Text Example

White with #B13A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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