Html Css Color HEX #B13967 Rouge

📋 copy color: '#B13967'

red 177 ◦ green 57 ◦ blue 103

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

Shades of Rouge #B13967

Tints of Rouge #B13967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 52.52%
G = 16.91%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13967 (or 0xB13967) is known color: Rouge. HEX triplet: B1, 39 and 67. RGB value is (177,57,103). Sum of RGB (Red+Green+Blue) = 177+57+103=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13967 is #4EC698. Grayscale: #626262. Windows color (decimal): -5162649 or 6764977. OLE color: 6764977.

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

Color convert

RGB 177 57 103 -
CMYK 0 0.68 0.42 0.31
HSL 337º 0.51% 0.46% -
HSV(B) 337º 0.68% 0.69% -
XYZ 22.04 13.25 14.23 -
YUV 98.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 177 57 103 0 0.68 0.42 0.31 337 0.51 0.46
Hex B1 39 67 0 44 2A 1F 151 33 2E
Octal 261 71 147 0 104 52 37 521 63 56
Binary 10110001 111001 1100111 0 1000100 101010 11111 101010001 110011 101110

Color Harmonies of #B13967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13967

Black with #B13967

Text Example


Text Example

White with #B13967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13967; }

 p { color: rgb(177,57,103); }

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

background-color css

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

 a { background-color: rgb(177,57,103); }

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

border-color css

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

 span { border-color: rgb(177,57,103); }

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