Html Css Color HEX #B12769 Rouge

📋 copy color: '#B12769'

red 177 ◦ green 39 ◦ blue 105

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

Shades of Rouge #B12769

Tints of Rouge #B12769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 55.14%
G = 12.15%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B12769 (or 0xB12769) is known color: Rouge. HEX triplet: B1, 27 and 69. RGB value is (177,39,105). Sum of RGB (Red+Green+Blue) = 177+39+105=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B12769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12769 is #4ED896. Grayscale: #575757. Windows color (decimal): -5167255 or 6891441. OLE color: 6891441.

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

Color convert

RGB 177 39 105 -
CMYK 0 0.78 0.41 0.31
HSL 331.3º 0.64% 0.42% -
HSV(B) 331.3º 0.78% 0.69% -
XYZ 21.41 11.82 14.52 -
YUV 87.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 177 39 105 0 0.78 0.41 0.31 331.3 0.64 0.42
Hex B1 27 69 0 4E 29 1F 14B 40 2A
Octal 261 47 151 0 116 51 37 513 100 52
Binary 10110001 100111 1101001 0 1001110 101001 11111 101001011 1000000 101010

Color Harmonies of #B12769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12769

Black with #B12769

Text Example


Text Example

White with #B12769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12769; }

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

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

background-color css

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

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

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

border-color css

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

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

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