Html Css Color HEX #B12768 Rouge

📋 copy color: '#B12768'

red 177 ◦ green 39 ◦ blue 104

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

Shades of Rouge #B12768

Tints of Rouge #B12768

RGB

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

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

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

R = 55.31%
G = 12.19%
B = 32.5%

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

#B12768 (or 0xB12768) is known color: Rouge. HEX triplet: B1, 27 and 68. RGB value is (177,39,104). Sum of RGB (Red+Green+Blue) = 177+39+104=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B12768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12768 is #4ED897. Grayscale: #575757. Windows color (decimal): -5167256 or 6825905. OLE color: 6825905.

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

Color convert

RGB 177 39 104 -
CMYK 0 0.78 0.41 0.31
HSL 331.74º 0.64% 0.42% -
HSV(B) 331.74º 0.78% 0.69% -
XYZ 21.36 11.8 14.25 -
YUV 87.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 177 39 104 0 0.78 0.41 0.31 331.74 0.64 0.42
Hex B1 27 68 0 4E 29 1F 14C 40 2A
Octal 261 47 150 0 116 51 37 514 100 52
Binary 10110001 100111 1101000 0 1001110 101001 11111 101001100 1000000 101010

Color Harmonies of #B12768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12768

Black with #B12768

Text Example


Text Example

White with #B12768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12768; }

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

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

background-color css

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

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

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

border-color css

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

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

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