Html Css Color HEX #B13769 Rouge

📋 copy color: '#B13769'

red 177 ◦ green 55 ◦ blue 105

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

Shades of Rouge #B13769

Tints of Rouge #B13769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 52.52%
G = 16.32%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B13769 (or 0xB13769) is known color: Rouge. HEX triplet: B1, 37 and 69. RGB value is (177,55,105). Sum of RGB (Red+Green+Blue) = 177+55+105=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13769 is #4EC896. Grayscale: #616161. Windows color (decimal): -5163159 or 6895537. OLE color: 6895537.

HSL color Cylindrical-coordinate representation of color #B13769: hue angle of 335.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13769 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 105 -
CMYK 0 0.69 0.41 0.31
HSL 335.41º 0.53% 0.45% -
HSV(B) 335.41º 0.69% 0.69% -
XYZ 22.05 13.1 14.73 -
YUV 97.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 177 55 105 0 0.69 0.41 0.31 335.41 0.53 0.45
Hex B1 37 69 0 45 29 1F 14F 35 2D
Octal 261 67 151 0 105 51 37 517 65 55
Binary 10110001 110111 1101001 0 1000101 101001 11111 101001111 110101 101101

Color Harmonies of #B13769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13769

Black with #B13769

Text Example


Text Example

White with #B13769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13769; }

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

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

background-color css

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

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

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

border-color css

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

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

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