Html Css Color HEX #B12E6C Rouge

📋 copy color: '#B12E6C'

red 177 ◦ green 46 ◦ blue 108

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

Shades of Rouge #B12E6C

Tints of Rouge #B12E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 53.47%
G = 13.9%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B12E6C (or 0xB12E6C) is known color: Rouge. HEX triplet: B1, 2E and 6C. RGB value is (177,46,108). Sum of RGB (Red+Green+Blue) = 177+46+108=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E6C is #4ED193. Grayscale: #5C5C5C. Windows color (decimal): -5165460 or 7089841. OLE color: 7089841.

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

Color convert

RGB 177 46 108 -
CMYK 0 0.74 0.39 0.31
HSL 331.6º 0.59% 0.44% -
HSV(B) 331.6º 0.74% 0.69% -
XYZ 21.82 12.38 15.43 -
YUV 92.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 177 46 108 0 0.74 0.39 0.31 331.6 0.59 0.44
Hex B1 2E 6C 0 4A 27 1F 14C 3B 2C
Octal 261 56 154 0 112 47 37 514 73 54
Binary 10110001 101110 1101100 0 1001010 100111 11111 101001100 111011 101100

Color Harmonies of #B12E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E6C

Black with #B12E6C

Text Example


Text Example

White with #B12E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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