Html Css Color HEX #B14367 Rouge

📋 copy color: '#B14367'

red 177 ◦ green 67 ◦ blue 103

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

Shades of Rouge #B14367

Tints of Rouge #B14367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 51.01%
G = 19.31%
B = 29.68%

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

#B14367 (or 0xB14367) is known color: Rouge. HEX triplet: B1, 43 and 67. RGB value is (177,67,103). Sum of RGB (Red+Green+Blue) = 177+67+103=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B14367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14367 is #4EBC98. Grayscale: #676767. Windows color (decimal): -5160089 or 6767537. OLE color: 6767537.

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

Color convert

RGB 177 67 103 -
CMYK 0 0.62 0.42 0.31
HSL 340.36º 0.45% 0.48% -
HSV(B) 340.36º 0.62% 0.69% -
XYZ 22.59 14.34 14.41 -
YUV 103.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 177 67 103 0 0.62 0.42 0.31 340.36 0.45 0.48
Hex B1 43 67 0 3E 2A 1F 154 2D 30
Octal 261 103 147 0 76 52 37 524 55 60
Binary 10110001 1000011 1100111 0 111110 101010 11111 101010100 101101 110000

Color Harmonies of #B14367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14367

Black with #B14367

Text Example


Text Example

White with #B14367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14367; }

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

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

background-color css

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

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

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

border-color css

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

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

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