Html Css Color HEX #B13665 Rouge

📋 copy color: '#B13665'

red 177 ◦ green 54 ◦ blue 101

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

Shades of Rouge #B13665

Tints of Rouge #B13665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 53.31%
G = 16.27%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B13665 (or 0xB13665) is known color: Rouge. HEX triplet: B1, 36 and 65. RGB value is (177,54,101). Sum of RGB (Red+Green+Blue) = 177+54+101=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13665 is #4EC99A. Grayscale: #606060. Windows color (decimal): -5163419 or 6633137. OLE color: 6633137.

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

Color convert

RGB 177 54 101 -
CMYK 0 0.69 0.43 0.31
HSL 337.07º 0.53% 0.45% -
HSV(B) 337.07º 0.69% 0.69% -
XYZ 21.8 12.93 13.66 -
YUV 96.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 177 54 101 0 0.69 0.43 0.31 337.07 0.53 0.45
Hex B1 36 65 0 45 2B 1F 151 35 2D
Octal 261 66 145 0 105 53 37 521 65 55
Binary 10110001 110110 1100101 0 1000101 101011 11111 101010001 110101 101101

Color Harmonies of #B13665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13665

Black with #B13665

Text Example


Text Example

White with #B13665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13665; }

 p { color: rgb(177,54,101); }

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

background-color css

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

 a { background-color: rgb(177,54,101); }

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

border-color css

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

 span { border-color: rgb(177,54,101); }

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