Html Css Color HEX #B12869 Rouge

📋 copy color: '#B12869'

red 177 ◦ green 40 ◦ blue 105

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

Shades of Rouge #B12869

Tints of Rouge #B12869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 54.97%
G = 12.42%
B = 32.61%

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

#B12869 (or 0xB12869) is known color: Rouge. HEX triplet: B1, 28 and 69. RGB value is (177,40,105). Sum of RGB (Red+Green+Blue) = 177+40+105=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B12869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12869 is #4ED796. Grayscale: #585858. Windows color (decimal): -5166999 or 6891697. OLE color: 6891697.

HSL color Cylindrical-coordinate representation of color #B12869: hue angle of 331.53º degrees, saturation: 0.63, 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 #B12869 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 105 -
CMYK 0 0.77 0.41 0.31
HSL 331.53º 0.63% 0.43% -
HSV(B) 331.53º 0.77% 0.69% -
XYZ 21.44 11.88 14.53 -
YUV 88.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 177 40 105 0 0.77 0.41 0.31 331.53 0.63 0.43
Hex B1 28 69 0 4D 29 1F 14C 3F 2B
Octal 261 50 151 0 115 51 37 514 77 53
Binary 10110001 101000 1101001 0 1001101 101001 11111 101001100 111111 101011

Color Harmonies of #B12869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12869

Black with #B12869

Text Example


Text Example

White with #B12869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12869; }

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

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

background-color css

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

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

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

border-color css

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

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

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