Html Css Color HEX #B12B5D Rouge

📋 copy color: '#B12B5D'

red 177 ◦ green 43 ◦ blue 93

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

Shades of Rouge #B12B5D

Tints of Rouge #B12B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 56.55%
G = 13.74%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B12B5D (or 0xB12B5D) is known color: Rouge. HEX triplet: B1, 2B and 5D. RGB value is (177,43,93). Sum of RGB (Red+Green+Blue) = 177+43+93=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12B5D is #4ED4A2. Grayscale: #585858. Windows color (decimal): -5166243 or 6106033. OLE color: 6106033.

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

Color convert

RGB 177 43 93 -
CMYK 0 0.76 0.47 0.31
HSL 337.61º 0.61% 0.43% -
HSV(B) 337.61º 0.76% 0.69% -
XYZ 20.97 11.87 11.54 -
YUV 88.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 177 43 93 0 0.76 0.47 0.31 337.61 0.61 0.43
Hex B1 2B 5D 0 4C 2F 1F 152 3D 2B
Octal 261 53 135 0 114 57 37 522 75 53
Binary 10110001 101011 1011101 0 1001100 101111 11111 101010010 111101 101011

Color Harmonies of #B12B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12B5D

Black with #B12B5D

Text Example


Text Example

White with #B12B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12B5D; }

 p { color: rgb(177,43,93); }

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

background-color css

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

 a { background-color: rgb(177,43,93); }

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

border-color css

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

 span { border-color: rgb(177,43,93); }

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