Html Css Color HEX #B12969 Rouge

📋 copy color: '#B12969'

red 177 ◦ green 41 ◦ blue 105

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

Shades of Rouge #B12969

Tints of Rouge #B12969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 54.8%
G = 12.69%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B12969 (or 0xB12969) is known color: Rouge. HEX triplet: B1, 29 and 69. RGB value is (177,41,105). Sum of RGB (Red+Green+Blue) = 177+41+105=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B12969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12969 is #4ED696. Grayscale: #585858. Windows color (decimal): -5166743 or 6891953. OLE color: 6891953.

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

Color convert

RGB 177 41 105 -
CMYK 0 0.77 0.41 0.31
HSL 331.76º 0.62% 0.43% -
HSV(B) 331.76º 0.77% 0.69% -
XYZ 21.47 11.95 14.54 -
YUV 88.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 177 41 105 0 0.77 0.41 0.31 331.76 0.62 0.43
Hex B1 29 69 0 4D 29 1F 14C 3E 2B
Octal 261 51 151 0 115 51 37 514 76 53
Binary 10110001 101001 1101001 0 1001101 101001 11111 101001100 111110 101011

Color Harmonies of #B12969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12969

Black with #B12969

Text Example


Text Example

White with #B12969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12969; }

 p { color: rgb(177,41,105); }

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

background-color css

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

 a { background-color: rgb(177,41,105); }

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

border-color css

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

 span { border-color: rgb(177,41,105); }

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