Html Css Color HEX #B12565 Rouge

📋 copy color: '#B12565'

red 177 ◦ green 37 ◦ blue 101

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

Shades of Rouge #B12565

Tints of Rouge #B12565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 56.19%
G = 11.75%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B12565 (or 0xB12565) is known color: Rouge. HEX triplet: B1, 25 and 65. RGB value is (177,37,101). Sum of RGB (Red+Green+Blue) = 177+37+101=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12565 is #4EDA9A. Grayscale: #565656. Windows color (decimal): -5167771 or 6628785. OLE color: 6628785.

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

Color convert

RGB 177 37 101 -
CMYK 0 0.79 0.43 0.31
HSL 332.57º 0.65% 0.42% -
HSV(B) 332.57º 0.79% 0.69% -
XYZ 21.14 11.61 13.44 -
YUV 86.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 177 37 101 0 0.79 0.43 0.31 332.57 0.65 0.42
Hex B1 25 65 0 4F 2B 1F 14D 41 2A
Octal 261 45 145 0 117 53 37 515 101 52
Binary 10110001 100101 1100101 0 1001111 101011 11111 101001101 1000001 101010

Color Harmonies of #B12565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12565

Black with #B12565

Text Example


Text Example

White with #B12565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12565; }

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

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

background-color css

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

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

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

border-color css

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

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

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