Html Css Color HEX #B14467 Rouge

📋 copy color: '#B14467'

red 177 ◦ green 68 ◦ blue 103

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

Shades of Rouge #B14467

Tints of Rouge #B14467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 50.86%
G = 19.54%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B14467 (or 0xB14467) is known color: Rouge. HEX triplet: B1, 44 and 67. RGB value is (177,68,103). Sum of RGB (Red+Green+Blue) = 177+68+103=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14467 is #4EBB98. Grayscale: #686868. Windows color (decimal): -5159833 or 6767793. OLE color: 6767793.

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

Color convert

RGB 177 68 103 -
CMYK 0 0.62 0.42 0.31
HSL 340.73º 0.44% 0.48% -
HSV(B) 340.73º 0.62% 0.69% -
XYZ 22.65 14.46 14.43 -
YUV 104.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 177 68 103 0 0.62 0.42 0.31 340.73 0.44 0.48
Hex B1 44 67 0 3E 2A 1F 155 2C 30
Octal 261 104 147 0 76 52 37 525 54 60
Binary 10110001 1000100 1100111 0 111110 101010 11111 101010101 101100 110000

Color Harmonies of #B14467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14467

Black with #B14467

Text Example


Text Example

White with #B14467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14467; }

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

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

background-color css

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

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

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

border-color css

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

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

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