Html Css Color HEX #B12E66 Rouge

📋 copy color: '#B12E66'

red 177 ◦ green 46 ◦ blue 102

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

Shades of Rouge #B12E66

Tints of Rouge #B12E66

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 54.46%
G = 14.15%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12E66 (or 0xB12E66) is known color: Rouge. HEX triplet: B1, 2E and 66. RGB value is (177,46,102). Sum of RGB (Red+Green+Blue) = 177+46+102=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E66 is #4ED199. Grayscale: #5B5B5B. Windows color (decimal): -5165466 or 6696625. OLE color: 6696625.

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

Color convert

RGB 177 46 102 -
CMYK 0 0.74 0.42 0.31
HSL 334.35º 0.59% 0.44% -
HSV(B) 334.35º 0.74% 0.69% -
XYZ 21.51 12.26 13.8 -
YUV 91.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 177 46 102 0 0.74 0.42 0.31 334.35 0.59 0.44
Hex B1 2E 66 0 4A 2A 1F 14E 3B 2C
Octal 261 56 146 0 112 52 37 516 73 54
Binary 10110001 101110 1100110 0 1001010 101010 11111 101001110 111011 101100

Color Harmonies of #B12E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E66

Black with #B12E66

Text Example


Text Example

White with #B12E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E66; }

 p { color: rgb(177,46,102); }

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

background-color css

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

 a { background-color: rgb(177,46,102); }

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

border-color css

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

 span { border-color: rgb(177,46,102); }

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