Html Css Color HEX #B12663 Rouge

📋 copy color: '#B12663'

red 177 ◦ green 38 ◦ blue 99

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

Shades of Rouge #B12663

Tints of Rouge #B12663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 56.37%
G = 12.1%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12663 (or 0xB12663) is known color: Rouge. HEX triplet: B1, 26 and 63. RGB value is (177,38,99). Sum of RGB (Red+Green+Blue) = 177+38+99=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B12663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12663 is #4ED99C. Grayscale: #565656. Windows color (decimal): -5167517 or 6497969. OLE color: 6497969.

HSL color Cylindrical-coordinate representation of color #B12663: hue angle of 333.67º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12663 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 38 99 -
CMYK 0 0.79 0.44 0.31
HSL 333.67º 0.65% 0.42% -
HSV(B) 333.67º 0.79% 0.69% -
XYZ 21.08 11.63 12.94 -
YUV 86.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 177 38 99 0 0.79 0.44 0.31 333.67 0.65 0.42
Hex B1 26 63 0 4F 2C 1F 14E 41 2A
Octal 261 46 143 0 117 54 37 516 101 52
Binary 10110001 100110 1100011 0 1001111 101100 11111 101001110 1000001 101010

Color Harmonies of #B12663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12663

Black with #B12663

Text Example


Text Example

White with #B12663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12663; }

 p { color: rgb(177,38,99); }

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

background-color css

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

 a { background-color: rgb(177,38,99); }

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

border-color css

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

 span { border-color: rgb(177,38,99); }

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