Html Css Color HEX #B13B5D Rouge

📋 copy color: '#B13B5D'

red 177 ◦ green 59 ◦ blue 93

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

Shades of Rouge #B13B5D

Tints of Rouge #B13B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 53.8%
G = 17.93%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B13B5D (or 0xB13B5D) is known color: Rouge. HEX triplet: B1, 3B and 5D. RGB value is (177,59,93). Sum of RGB (Red+Green+Blue) = 177+59+93=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B5D is #4EC4A2. Grayscale: #626262. Windows color (decimal): -5162147 or 6110129. OLE color: 6110129.

HSL color Cylindrical-coordinate representation of color #B13B5D: hue angle of 342.71º degrees, saturation: 0.5, 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 #B13B5D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 59 93 -
CMYK 0 0.67 0.47 0.31
HSL 342.71º 0.5% 0.46% -
HSV(B) 342.71º 0.67% 0.69% -
XYZ 21.67 13.27 11.77 -
YUV 98.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 177 59 93 0 0.67 0.47 0.31 342.71 0.5 0.46
Hex B1 3B 5D 0 43 2F 1F 157 32 2E
Octal 261 73 135 0 103 57 37 527 62 56
Binary 10110001 111011 1011101 0 1000011 101111 11111 101010111 110010 101110

Color Harmonies of #B13B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B5D

Black with #B13B5D

Text Example


Text Example

White with #B13B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B5D; }

 p { color: rgb(177,59,93); }

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

background-color css

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

 a { background-color: rgb(177,59,93); }

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

border-color css

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

 span { border-color: rgb(177,59,93); }

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