Html Css Color HEX #B14667 Rouge

📋 copy color: '#B14667'

red 177 ◦ green 70 ◦ blue 103

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

Shades of Rouge #B14667

Tints of Rouge #B14667

RGB

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

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

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

R = 50.57%
G = 20%
B = 29.43%

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

#B14667 (or 0xB14667) is known color: Rouge. HEX triplet: B1, 46 and 67. RGB value is (177,70,103). Sum of RGB (Red+Green+Blue) = 177+70+103=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14667 is #4EB998. Grayscale: #696969. Windows color (decimal): -5159321 or 6768305. OLE color: 6768305.

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

Color convert

RGB 177 70 103 -
CMYK 0 0.60 0.42 0.31
HSL 341.5º 0.43% 0.48% -
HSV(B) 341.5º 0.6% 0.69% -
XYZ 22.77 14.71 14.47 -
YUV 105.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 177 70 103 0 0.60 0.42 0.31 341.5 0.43 0.48
Hex B1 46 67 0 3C 2A 1F 155 2B 30
Octal 261 106 147 0 74 52 37 525 53 60
Binary 10110001 1000110 1100111 0 111100 101010 11111 101010101 101011 110000

Color Harmonies of #B14667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14667

Black with #B14667

Text Example


Text Example

White with #B14667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14667; }

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

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

background-color css

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

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

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

border-color css

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

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

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