Html Css Color HEX #B14669 Rouge

📋 copy color: '#B14669'

red 177 ◦ green 70 ◦ blue 105

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

Shades of Rouge #B14669

Tints of Rouge #B14669

RGB

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

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

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

R = 50.28%
G = 19.89%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B14669 (or 0xB14669) is known color: Rouge. HEX triplet: B1, 46 and 69. RGB value is (177,70,105). Sum of RGB (Red+Green+Blue) = 177+70+105=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B14669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14669 is #4EB996. Grayscale: #696969. Windows color (decimal): -5159319 or 6899377. OLE color: 6899377.

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

Color convert

RGB 177 70 105 -
CMYK 0 0.60 0.41 0.31
HSL 340.37º 0.43% 0.48% -
HSV(B) 340.37º 0.6% 0.69% -
XYZ 22.87 14.75 15.01 -
YUV 105.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 177 70 105 0 0.60 0.41 0.31 340.37 0.43 0.48
Hex B1 46 69 0 3C 29 1F 154 2B 30
Octal 261 106 151 0 74 51 37 524 53 60
Binary 10110001 1000110 1101001 0 111100 101001 11111 101010100 101011 110000

Color Harmonies of #B14669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14669

Black with #B14669

Text Example


Text Example

White with #B14669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14669; }

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

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

background-color css

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

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

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

border-color css

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

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

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