Html Css Color HEX #B12668 Rouge

📋 copy color: '#B12668'

red 177 ◦ green 38 ◦ blue 104

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

Shades of Rouge #B12668

Tints of Rouge #B12668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 55.49%
G = 11.91%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B12668 (or 0xB12668) is known color: Rouge. HEX triplet: B1, 26 and 68. RGB value is (177,38,104). Sum of RGB (Red+Green+Blue) = 177+38+104=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12668 is #4ED997. Grayscale: #565656. Windows color (decimal): -5167512 or 6825649. OLE color: 6825649.

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

Color convert

RGB 177 38 104 -
CMYK 0 0.79 0.41 0.31
HSL 331.51º 0.65% 0.42% -
HSV(B) 331.51º 0.79% 0.69% -
XYZ 21.32 11.73 14.24 -
YUV 87.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 177 38 104 0 0.79 0.41 0.31 331.51 0.65 0.42
Hex B1 26 68 0 4F 29 1F 14C 41 2A
Octal 261 46 150 0 117 51 37 514 101 52
Binary 10110001 100110 1101000 0 1001111 101001 11111 101001100 1000001 101010

Color Harmonies of #B12668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12668

Black with #B12668

Text Example


Text Example

White with #B12668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12668; }

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

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

background-color css

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

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

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

border-color css

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

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

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