Html Css Color HEX #B13869 Rouge

📋 copy color: '#B13869'

red 177 ◦ green 56 ◦ blue 105

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

Shades of Rouge #B13869

Tints of Rouge #B13869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 52.37%
G = 16.57%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B13869 (or 0xB13869) is known color: Rouge. HEX triplet: B1, 38 and 69. RGB value is (177,56,105). Sum of RGB (Red+Green+Blue) = 177+56+105=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B13869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13869 is #4EC796. Grayscale: #616161. Windows color (decimal): -5162903 or 6895793. OLE color: 6895793.

HSL color Cylindrical-coordinate representation of color #B13869: hue angle of 335.7º degrees, saturation: 0.52, 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 #B13869 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 105 -
CMYK 0 0.68 0.41 0.31
HSL 335.7º 0.52% 0.46% -
HSV(B) 335.7º 0.68% 0.69% -
XYZ 22.1 13.2 14.75 -
YUV 97.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 177 56 105 0 0.68 0.41 0.31 335.7 0.52 0.46
Hex B1 38 69 0 44 29 1F 150 34 2E
Octal 261 70 151 0 104 51 37 520 64 56
Binary 10110001 111000 1101001 0 1000100 101001 11111 101010000 110100 101110

Color Harmonies of #B13869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13869

Black with #B13869

Text Example


Text Example

White with #B13869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13869; }

 p { color: rgb(177,56,105); }

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

background-color css

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

 a { background-color: rgb(177,56,105); }

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

border-color css

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

 span { border-color: rgb(177,56,105); }

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