Html Css Color HEX #B12967 Rouge

📋 copy color: '#B12967'

red 177 ◦ green 41 ◦ blue 103

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

Shades of Rouge #B12967

Tints of Rouge #B12967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 55.14%
G = 12.77%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12967 (or 0xB12967) is known color: Rouge. HEX triplet: B1, 29 and 67. RGB value is (177,41,103). Sum of RGB (Red+Green+Blue) = 177+41+103=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B12967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12967 is #4ED698. Grayscale: #585858. Windows color (decimal): -5166745 or 6760881. OLE color: 6760881.

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

Color convert

RGB 177 41 103 -
CMYK 0 0.77 0.42 0.31
HSL 332.65º 0.62% 0.43% -
HSV(B) 332.65º 0.77% 0.69% -
XYZ 21.37 11.91 14 -
YUV 88.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 177 41 103 0 0.77 0.42 0.31 332.65 0.62 0.43
Hex B1 29 67 0 4D 2A 1F 14D 3E 2B
Octal 261 51 147 0 115 52 37 515 76 53
Binary 10110001 101001 1100111 0 1001101 101010 11111 101001101 111110 101011

Color Harmonies of #B12967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12967

Black with #B12967

Text Example


Text Example

White with #B12967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12967; }

 p { color: rgb(177,41,103); }

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

background-color css

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

 a { background-color: rgb(177,41,103); }

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

border-color css

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

 span { border-color: rgb(177,41,103); }

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