Html Css Color HEX #B12669 Rouge

📋 copy color: '#B12669'

red 177 ◦ green 38 ◦ blue 105

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

Shades of Rouge #B12669

Tints of Rouge #B12669

RGB

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

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

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

R = 55.31%
G = 11.88%
B = 32.81%

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

#B12669 (or 0xB12669) is known color: Rouge. HEX triplet: B1, 26 and 69. RGB value is (177,38,105). Sum of RGB (Red+Green+Blue) = 177+38+105=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B12669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12669 is #4ED996. Grayscale: #575757. Windows color (decimal): -5167511 or 6891185. OLE color: 6891185.

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

Color convert

RGB 177 38 105 -
CMYK 0 0.79 0.41 0.31
HSL 331.08º 0.65% 0.42% -
HSV(B) 331.08º 0.79% 0.69% -
XYZ 21.37 11.75 14.51 -
YUV 87.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 177 38 105 0 0.79 0.41 0.31 331.08 0.65 0.42
Hex B1 26 69 0 4F 29 1F 14B 41 2A
Octal 261 46 151 0 117 51 37 513 101 52
Binary 10110001 100110 1101001 0 1001111 101001 11111 101001011 1000001 101010

Color Harmonies of #B12669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12669

Black with #B12669

Text Example


Text Example

White with #B12669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12669; }

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

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

background-color css

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

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

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

border-color css

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

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

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