Html Css Color HEX #B13D6B Rouge

📋 copy color: '#B13D6B'

red 177 ◦ green 61 ◦ blue 107

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

Shades of Rouge #B13D6B

Tints of Rouge #B13D6B

RGB

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

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

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

R = 51.3%
G = 17.68%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B13D6B (or 0xB13D6B) is known color: Rouge. HEX triplet: B1, 3D and 6B. RGB value is (177,61,107). Sum of RGB (Red+Green+Blue) = 177+61+107=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D6B is #4EC294. Grayscale: #646464. Windows color (decimal): -5161621 or 7028145. OLE color: 7028145.

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

Color convert

RGB 177 61 107 -
CMYK 0 0.66 0.40 0.31
HSL 336.21º 0.49% 0.47% -
HSV(B) 336.21º 0.66% 0.69% -
XYZ 22.45 13.75 15.38 -
YUV 100.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 177 61 107 0 0.66 0.40 0.31 336.21 0.49 0.47
Hex B1 3D 6B 0 42 28 1F 150 31 2F
Octal 261 75 153 0 102 50 37 520 61 57
Binary 10110001 111101 1101011 0 1000010 101000 11111 101010000 110001 101111

Color Harmonies of #B13D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D6B

Black with #B13D6B

Text Example


Text Example

White with #B13D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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