Html Css Color HEX #B14769 Rouge

📋 copy color: '#B14769'

red 177 ◦ green 71 ◦ blue 105

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

Shades of Rouge #B14769

Tints of Rouge #B14769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 50.14%
G = 20.11%
B = 29.75%

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

#B14769 (or 0xB14769) is known color: Rouge. HEX triplet: B1, 47 and 69. RGB value is (177,71,105). Sum of RGB (Red+Green+Blue) = 177+71+105=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14769 is #4EB896. Grayscale: #6A6A6A. Windows color (decimal): -5159063 or 6899633. OLE color: 6899633.

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

Color convert

RGB 177 71 105 -
CMYK 0 0.60 0.41 0.31
HSL 340.75º 0.43% 0.49% -
HSV(B) 340.75º 0.6% 0.69% -
XYZ 22.93 14.87 15.03 -
YUV 106.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 177 71 105 0 0.60 0.41 0.31 340.75 0.43 0.49
Hex B1 47 69 0 3C 29 1F 155 2B 31
Octal 261 107 151 0 74 51 37 525 53 61
Binary 10110001 1000111 1101001 0 111100 101001 11111 101010101 101011 110001

Color Harmonies of #B14769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14769

Black with #B14769

Text Example


Text Example

White with #B14769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14769; }

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

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

background-color css

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

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

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

border-color css

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

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

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