Html Css Color HEX #B14666 Rouge

📋 copy color: '#B14666'

red 177 ◦ green 70 ◦ blue 102

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

Shades of Rouge #B14666

Tints of Rouge #B14666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 50.72%
G = 20.06%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B14666 (or 0xB14666) is known color: Rouge. HEX triplet: B1, 46 and 66. RGB value is (177,70,102). Sum of RGB (Red+Green+Blue) = 177+70+102=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B14666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14666 is #4EB999. Grayscale: #696969. Windows color (decimal): -5159322 or 6702769. OLE color: 6702769.

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

Color convert

RGB 177 70 102 -
CMYK 0 0.60 0.42 0.31
HSL 342.06º 0.43% 0.48% -
HSV(B) 342.06º 0.6% 0.69% -
XYZ 22.72 14.69 14.21 -
YUV 105.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 177 70 102 0 0.60 0.42 0.31 342.06 0.43 0.48
Hex B1 46 66 0 3C 2A 1F 156 2B 30
Octal 261 106 146 0 74 52 37 526 53 60
Binary 10110001 1000110 1100110 0 111100 101010 11111 101010110 101011 110000

Color Harmonies of #B14666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14666

Black with #B14666

Text Example


Text Example

White with #B14666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14666; }

 p { color: rgb(177,70,102); }

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

background-color css

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

 a { background-color: rgb(177,70,102); }

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

border-color css

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

 span { border-color: rgb(177,70,102); }

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