Html Css Color HEX #B14767 Rouge

📋 copy color: '#B14767'

red 177 ◦ green 71 ◦ blue 103

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

Shades of Rouge #B14767

Tints of Rouge #B14767

RGB

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

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

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

R = 50.43%
G = 20.23%
B = 29.34%

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

#B14767 (or 0xB14767) is known color: Rouge. HEX triplet: B1, 47 and 67. RGB value is (177,71,103). Sum of RGB (Red+Green+Blue) = 177+71+103=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B14767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14767 is #4EB898. Grayscale: #6A6A6A. Windows color (decimal): -5159065 or 6768561. OLE color: 6768561.

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

Color convert

RGB 177 71 103 -
CMYK 0 0.60 0.42 0.31
HSL 341.89º 0.43% 0.49% -
HSV(B) 341.89º 0.6% 0.69% -
XYZ 22.83 14.83 14.49 -
YUV 106.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 177 71 103 0 0.60 0.42 0.31 341.89 0.43 0.49
Hex B1 47 67 0 3C 2A 1F 156 2B 31
Octal 261 107 147 0 74 52 37 526 53 61
Binary 10110001 1000111 1100111 0 111100 101010 11111 101010110 101011 110001

Color Harmonies of #B14767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14767

Black with #B14767

Text Example


Text Example

White with #B14767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14767; }

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

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

background-color css

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

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

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

border-color css

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

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

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