Html Css Color HEX #B12667 Rouge

📋 copy color: '#B12667'

red 177 ◦ green 38 ◦ blue 103

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

Shades of Rouge #B12667

Tints of Rouge #B12667

RGB

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

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

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

R = 55.66%
G = 11.95%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12667 (or 0xB12667) is known color: Rouge. HEX triplet: B1, 26 and 67. RGB value is (177,38,103). Sum of RGB (Red+Green+Blue) = 177+38+103=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B12667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12667 is #4ED998. Grayscale: #565656. Windows color (decimal): -5167513 or 6760113. OLE color: 6760113.

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

Color convert

RGB 177 38 103 -
CMYK 0 0.79 0.42 0.31
HSL 331.94º 0.65% 0.42% -
HSV(B) 331.94º 0.79% 0.69% -
XYZ 21.27 11.71 13.97 -
YUV 86.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 177 38 103 0 0.79 0.42 0.31 331.94 0.65 0.42
Hex B1 26 67 0 4F 2A 1F 14C 41 2A
Octal 261 46 147 0 117 52 37 514 101 52
Binary 10110001 100110 1100111 0 1001111 101010 11111 101001100 1000001 101010

Color Harmonies of #B12667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12667

Black with #B12667

Text Example


Text Example

White with #B12667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12667; }

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

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

background-color css

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

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

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

border-color css

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

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

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