Html Css Color HEX #B12866 Rouge

📋 copy color: '#B12866'

red 177 ◦ green 40 ◦ blue 102

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

Shades of Rouge #B12866

Tints of Rouge #B12866

RGB

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

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

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

R = 55.49%
G = 12.54%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12866 (or 0xB12866) is known color: Rouge. HEX triplet: B1, 28 and 66. RGB value is (177,40,102). Sum of RGB (Red+Green+Blue) = 177+40+102=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12866 is #4ED799. Grayscale: #575757. Windows color (decimal): -5167002 or 6695089. OLE color: 6695089.

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

Color convert

RGB 177 40 102 -
CMYK 0 0.77 0.42 0.31
HSL 332.85º 0.63% 0.43% -
HSV(B) 332.85º 0.77% 0.69% -
XYZ 21.29 11.82 13.73 -
YUV 88.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 177 40 102 0 0.77 0.42 0.31 332.85 0.63 0.43
Hex B1 28 66 0 4D 2A 1F 14D 3F 2B
Octal 261 50 146 0 115 52 37 515 77 53
Binary 10110001 101000 1100110 0 1001101 101010 11111 101001101 111111 101011

Color Harmonies of #B12866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12866

Black with #B12866

Text Example


Text Example

White with #B12866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12866; }

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

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

background-color css

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

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

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

border-color css

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

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

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